diff --git a/shared/com.github.hluk.copyq.appdata.xml b/shared/com.github.hluk.copyq.appdata.xml index ab2f3ea9b9..424c35f7d6 100644 --- a/shared/com.github.hluk.copyq.appdata.xml +++ b/shared/com.github.hluk.copyq.appdata.xml @@ -26,6 +26,7 @@ https://hosted.weblate.org/engage/copyq/ + diff --git a/src/item/itemwidget.h b/src/item/itemwidget.h index e2173ec3a7..97937ac128 100644 --- a/src/item/itemwidget.h +++ b/src/item/itemwidget.h @@ -47,7 +47,7 @@ using ItemSaverPtr = std::shared_ptr; class ItemScriptableFactoryInterface; using ItemScriptableFactoryPtr = std::shared_ptr; -#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. diff --git a/src/version.cmake b/src/version.cmake index e78bd2d770..b97b7cb803 100644 --- a/src/version.cmake +++ b/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)