From 56e8eff0b10cb4e46a713c8714cfd412f4fbf698 Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Wed, 6 Jul 2022 10:03:03 +0200 Subject: [PATCH] v6.2.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 1c2deabae0..3b9620fe87 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 adf7bb6107..81a015e334 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.1.0" +#define COPYQ_PLUGIN_ITEM_LOADER_ID "com.github.hluk.copyq.itemloader/6.2.0" /** * Handles item in list. diff --git a/src/version.cmake b/src/version.cmake index 205f7c2582..e0509fb6c6 100644 --- a/src/version.cmake +++ b/src/version.cmake @@ -1,4 +1,4 @@ -set(copyq_version "6.1.0") +set(copyq_version "6.2.0") set(copyq_github_sha "$ENV{GITHUB_SHA}") if (copyq_github_sha)