From 1d5c9618fd1124de531bb375d2cdda4dc8bfe9ba Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Sun, 2 Apr 2023 08:53:16 +0200 Subject: [PATCH] v7.0.0 --- shared/com.github.hluk.copyq.appdata.xml | 1 + src/item/itemwidget.h | 2 +- src/version.cmake | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/shared/com.github.hluk.copyq.appdata.xml b/shared/com.github.hluk.copyq.appdata.xml index 0dedafa0ab..4fa0400564 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 68521216b5..0a089bd1a2 100644 --- a/src/item/itemwidget.h +++ b/src/item/itemwidget.h @@ -30,7 +30,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.4.0" +#define COPYQ_PLUGIN_ITEM_LOADER_ID "com.github.hluk.copyq.itemloader/7.0.0" /** * Handles item in list. diff --git a/src/version.cmake b/src/version.cmake index 9a935dea46..457b91579b 100644 --- a/src/version.cmake +++ b/src/version.cmake @@ -1,4 +1,4 @@ -set(copyq_version "6.4.0") +set(copyq_version "7.0.0") set(copyq_github_sha "$ENV{GITHUB_SHA}") if (copyq_github_sha)