From 920a801347e22e3f2ec228e0ee4da2d9b44e9fd0 Mon Sep 17 00:00:00 2001 From: Lukas Holecek <hluk@email.cz> Date: Fri, 1 May 2020 08:22:49 +0200 Subject: [PATCH] v3.11.0 --- shared/com.github.hluk.copyq.appdata.xml | 1 + src/item/itemwidget.h | 2 +- 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 b31281c23..f7af5cb6d 100644 --- a/shared/com.github.hluk.copyq.appdata.xml +++ b/shared/com.github.hluk.copyq.appdata.xml @@ -26,6 +26,7 @@ <url type="translate">https://hosted.weblate.org/engage/copyq/</url> <releases> + <release version="3.11.0" date="2020-05-01" /> <release version="3.10.0" date="2020-02-02" /> <release version="3.9.3" date="2019-11-16" /> <release version="3.9.2" date="2019-08-25" /> diff --git a/src/item/itemwidget.h b/src/item/itemwidget.h index 3594d2712..bfe498712 100644 --- a/src/item/itemwidget.h +++ b/src/item/itemwidget.h @@ -49,7 +49,7 @@ using ItemSaverPtr = std::shared_ptr<ItemSaverInterface>; class ItemScriptableFactoryInterface; using ItemScriptableFactoryPtr = std::shared_ptr<ItemScriptableFactoryInterface>; -#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 073828d49..6042cda1d 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) -- GitLab