Skip to content

Commit

Permalink
v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Mar 14, 2024
1 parent b5fc348 commit 73afa30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions shared/com.github.hluk.copyq.appdata.xml
Expand Up @@ -26,6 +26,7 @@
<url type="translate">https://hosted.weblate.org/engage/copyq/</url>

<releases>
<release version="8.0.0" date="2024-03-14" />
<release version="7.1.0" date="2023-09-03" />
<release version="7.0.0" date="2023-04-02" />
<release version="6.4.0" date="2023-01-19" />
Expand Down
2 changes: 1 addition & 1 deletion src/item/itemwidget.h
Expand Up @@ -33,7 +33,7 @@ using ItemScriptableFactoryPtr = std::shared_ptr<ItemScriptableFactoryInterface>

using TestInterfacePtr = std::shared_ptr<TestInterface>;

#define COPYQ_PLUGIN_ITEM_LOADER_ID "com.github.hluk.copyq.itemloader/7.1.0"
#define COPYQ_PLUGIN_ITEM_LOADER_ID "com.github.hluk.copyq.itemloader/8.0.0"

/**
* Handles item in list.
Expand Down
2 changes: 1 addition & 1 deletion src/version.cmake
@@ -1,4 +1,4 @@
set(copyq_version "7.1.0")
set(copyq_version "8.0.0")

set(copyq_github_sha "$ENV{GITHUB_SHA}")
if (copyq_github_sha)
Expand Down

0 comments on commit 73afa30

Please sign in to comment.