Skip to content

Commit

Permalink
v6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Sep 25, 2022
1 parent 67126c8 commit 67cb8d2
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.1" date="2022-09-25" />
<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" />
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.3.0"
#define COPYQ_PLUGIN_ITEM_LOADER_ID "com.github.hluk.copyq.itemloader/6.3.1"

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

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

0 comments on commit 67cb8d2

Please sign in to comment.