diff --git a/shared/com.github.hluk.copyq.appdata.xml b/shared/com.github.hluk.copyq.appdata.xml index b31281c23e..f7af5cb6d1 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 3594d27129..bfe4987129 100644 --- a/src/item/itemwidget.h +++ b/src/item/itemwidget.h @@ -49,7 +49,7 @@ using ItemSaverPtr = std::shared_ptr; class ItemScriptableFactoryInterface; using ItemScriptableFactoryPtr = std::shared_ptr; -#define COPYQ_PLUGIN_ITEM_LOADER_ID "com.github.hluk.copyq.itemloader/3.10.0" +#define COPYQ_PLUGIN_ITEM_LOADER_ID "com.github.hluk.copyq.itemloader/3.11.0" /** * Handles item in list. diff --git a/version.cmake b/version.cmake index 073828d493..6042cda1d0 100644 --- a/version.cmake +++ b/version.cmake @@ -1,4 +1,4 @@ -set(copyq_version "v3.10.0") +set(copyq_version "v3.11.0") find_package(Git) if(GIT_FOUND)