Skip to content

Commit aaf841b

Browse files
committed
v12.0.1
1 parent b1332e3 commit aaf841b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

shared/com.github.hluk.copyq.appdata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<url type="translate">https://hosted.weblate.org/engage/copyq/</url>
2727

2828
<releases>
29+
<release version="12.0.1" date="2025-09-30" />
2930
<release version="12.0.0" date="2025-09-29" />
3031
<release version="11.0.0" date="2025-08-22" />
3132
<release version="10.0.0" date="2025-04-04" />

src/item/itemwidget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ using ItemScriptableFactoryPtr = std::shared_ptr<ItemScriptableFactoryInterface>
3333

3434
using TestInterfacePtr = std::shared_ptr<TestInterface>;
3535

36-
#define COPYQ_PLUGIN_ITEM_LOADER_ID "com.github.hluk.copyq.itemloader/12.0.0"
36+
#define COPYQ_PLUGIN_ITEM_LOADER_ID "com.github.hluk.copyq.itemloader/12.0.1"
3737

3838
/**
3939
* Handles item in list.

src/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(copyq_version "12.0.0")
1+
set(copyq_version "12.0.1")
22

33
set(copyq_github_sha "$ENV{GITHUB_SHA}")
44
if (copyq_github_sha)

0 commit comments

Comments
 (0)