Skip to content

Commit

Permalink
v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Sep 18, 2022
1 parent ec0a326 commit bf2d498
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
Expand Up @@ -26,6 +26,7 @@
<url type="translate">https://hosted.weblate.org/engage/copyq/</url>

<releases>
<release version="6.3.0" date="2022-09-18" />
<release version="6.2.0" date="2022-07-06" />
<release version="6.1.0" date="2022-03-05" />
<release version="6.0.1" date="2022-01-02" />
Expand Down
2 changes: 1 addition & 1 deletion src/item/itemwidget.h
Expand Up @@ -47,7 +47,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/6.2.0"
#define COPYQ_PLUGIN_ITEM_LOADER_ID "com.github.hluk.copyq.itemloader/6.3.0"

/**
* Handles item in list.
Expand Down
2 changes: 1 addition & 1 deletion src/version.cmake
@@ -1,4 +1,4 @@
set(copyq_version "6.2.0")
set(copyq_version "6.3.0")

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

0 comments on commit bf2d498

Please sign in to comment.