Skip to content

Commit

Permalink
v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Apr 29, 2018
1 parent 1466681 commit 25a8d73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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 @@ -26,6 +26,7 @@
<url type="translate">https://hosted.weblate.org/engage/copyq/</url>

<releases>
<release version="3.4.0" date="2018-04-29" />
<release version="3.3.1" date="2018-04-06" />
<release version="3.3.0" date="2018-03-17" />
<release version="3.2.0" date="2018-02-18" />
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.3.1"
# define COPYQ_VERSION "v3.4.0"
#endif

#endif // VERSION_H
2 changes: 1 addition & 1 deletion src/item/itemwidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ using ItemSaverPtr = std::shared_ptr<ItemSaverInterface>;
class ItemScriptableFactoryInterface;
using ItemScriptableFactoryPtr = std::shared_ptr<ItemScriptableFactoryInterface>;

#define COPYQ_PLUGIN_ITEM_LOADER_ID "com.github.hluk.copyq.itemloader/3.3.1"
#define COPYQ_PLUGIN_ITEM_LOADER_ID "com.github.hluk.copyq.itemloader/3.4.0"

/**
* Handles item in list.
Expand Down

0 comments on commit 25a8d73

Please sign in to comment.