File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 26
26
<url type =" translate" >https://hosted.weblate.org/engage/copyq/</url >
27
27
28
28
<releases >
29
+ <release version =" 6.3.1" date =" 2022-09-25" />
29
30
<release version =" 6.3.0" date =" 2022-09-18" />
30
31
<release version =" 6.2.0" date =" 2022-07-06" />
31
32
<release version =" 6.1.0" date =" 2022-03-05" />
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ using ItemSaverPtr = std::shared_ptr<ItemSaverInterface>;
47
47
class ItemScriptableFactoryInterface ;
48
48
using ItemScriptableFactoryPtr = std::shared_ptr<ItemScriptableFactoryInterface>;
49
49
50
- #define COPYQ_PLUGIN_ITEM_LOADER_ID " com.github.hluk.copyq.itemloader/6.3.0 "
50
+ #define COPYQ_PLUGIN_ITEM_LOADER_ID " com.github.hluk.copyq.itemloader/6.3.1 "
51
51
52
52
/* *
53
53
* Handles item in list.
Original file line number Diff line number Diff line change 1
- set (copyq_version "6.3.0 " )
1
+ set (copyq_version "6.3.1 " )
2
2
3
3
set (copyq_github_sha "$ENV{GITHUB_SHA} " )
4
4
if (copyq_github_sha)
You can’t perform that action at this time.
0 commit comments