Skip to content
Snippets Groups Projects
Commit 2fdf6819 authored by hluk's avatar hluk
Browse files

v3.13.0

parent b8d51295
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@
<url type="translate">https://hosted.weblate.org/engage/copyq/</url>
<releases>
<release version="3.13.0" date="2020-10-16" />
<release version="3.12.0" date="2020-07-12" />
<release version="3.11.1" date="2020-05-08" />
<release version="3.11.0" date="2020-05-01" />
......
......@@ -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.12.0"
#define COPYQ_PLUGIN_ITEM_LOADER_ID "com.github.hluk.copyq.itemloader/3.13.0"
/**
* Handles item in list.
......
set(copyq_version "v3.12.0")
set(copyq_version "v3.13.0")
find_package(Git)
if(GIT_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment