From 4aab252568347dbea3e8d7929d92ae2b7308aef2 Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Sun, 20 Oct 2024 07:30:18 +0200 Subject: [PATCH] v9.1.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 b040a9a97f..a1e3eb5d77 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 794b34c50d..7a15df94ea 100644 --- a/src/item/itemwidget.h +++ b/src/item/itemwidget.h @@ -33,7 +33,7 @@ using ItemScriptableFactoryPtr = std::shared_ptr using TestInterfacePtr = std::shared_ptr; -#define COPYQ_PLUGIN_ITEM_LOADER_ID "com.github.hluk.copyq.itemloader/9.0.0" +#define COPYQ_PLUGIN_ITEM_LOADER_ID "com.github.hluk.copyq.itemloader/9.1.0" /** * Handles item in list. diff --git a/src/version.cmake b/src/version.cmake index 208ed4c4fd..5eb5ae4632 100644 --- a/src/version.cmake +++ b/src/version.cmake @@ -1,4 +1,4 @@ -set(copyq_version "9.0.0") +set(copyq_version "9.1.0") set(copyq_github_sha "$ENV{GITHUB_SHA}") if (copyq_github_sha)