Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Mar 17, 2018
1 parent 5e540a9 commit 9e16ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions shared/com.github.hluk.copyq.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

<releases>
<release version="3.2.0" date="2018-02-18" />
<release version="3.3.0" date="2018-03-18" />
</releases>

<screenshots>
Expand Down
2 changes: 1 addition & 1 deletion src/common/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define VERSION_H

#ifndef COPYQ_VERSION
# define COPYQ_VERSION "v3.2.0"
# define COPYQ_VERSION "v3.3.0"
#endif

#endif // VERSION_H

0 comments on commit 9e16ccc

Please sign in to comment.