Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Apr 23, 2021
1 parent a4837c4 commit 2f22329
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="4.1.0" date="2021-04-23" />
<release version="4.0.0" date="2021-04-11" />
<release version="3.13.0" date="2020-10-16" />
<release version="3.12.0" date="2020-07-12" />
Expand Down
2 changes: 1 addition & 1 deletion src/item/itemwidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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/4.0.0"
#define COPYQ_PLUGIN_ITEM_LOADER_ID "com.github.hluk.copyq.itemloader/4.1.0"

/**
* Handles item in list.
Expand Down
2 changes: 1 addition & 1 deletion version.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(copyq_version "v4.0.0")
set(copyq_version "v4.1.0")

set(copyq_github_sha "$ENV{GITHUB_SHA}")
if (copyq_github_sha)
Expand Down

0 comments on commit 2f22329

Please sign in to comment.