Skip to content

Commit b793f75

Browse files
committed
Bump plasmoid version 0.6.0 targetting backend 2.0.0
1 parent f0ee5e1 commit b793f75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/plasmoid/package/contents/ui/FullRepresentation.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ColumnLayout {
3838
property string backendVersionCommand: execPath + ' --version'
3939
property string backendVersion: ""
4040
property string backendVersionDisplay: backendVersion !== "" ? backendVersion : "unknown"
41-
property string recommendedVersion: "1.10.1"
41+
property string recommendedVersion: "2.0.0"
4242
property string versionStatus: "same"
4343
property string versionMessage: "You're using a "+versionStatus+" version of the backend (<strong>" + backendVersionDisplay + "</strong>) than this widget version was written for (<strong>"+ recommendedVersion+ "</strong>). Some features may be missing or not work as intended. You can find the latest versions of the widget <a href='https://store.kde.org/p/2136963'>here</a> and the backend <a href='https://github.com/luisbocanegra/kde-material-you-colors'>here</a>."
4444
property bool showVersionMessage: false

src/plasmoid/package/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"Icon": "preferences-desktop-theme-global",
1515
"License": "GPL-3.0",
1616
"Name": "KDE Material You Colors",
17-
"Version": "0.5.1",
17+
"Version": "0.6.0",
1818
"Website": "https://github.com/luisbocanegra/kde-material-you-colors"
1919
},
2020
"X-Plasma-NotificationArea": true,

0 commit comments

Comments
 (0)