Skip to content

Commit 73afa30

Browse files
committed
v8.0.0
1 parent b5fc348 commit 73afa30

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="8.0.0" date="2024-03-14" />
2930
<release version="7.1.0" date="2023-09-03" />
3031
<release version="7.0.0" date="2023-04-02" />
3132
<release version="6.4.0" date="2023-01-19" />

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/7.1.0"
36+
#define COPYQ_PLUGIN_ITEM_LOADER_ID "com.github.hluk.copyq.itemloader/8.0.0"
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 "7.1.0")
1+
set(copyq_version "8.0.0")
22

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

0 commit comments

Comments
 (0)