Skip to content

Commit 78ba53a

Browse files
committed
chore: Bump plasmoid version 0.7.0 and target backend 2.1.0
1 parent 0c79646 commit 78ba53a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ColumnLayout {
3535
property string backendVersionCommand: execPath + ' --version'
3636
property string backendVersion: ""
3737
property string backendVersionDisplay: backendVersion !== "" ? backendVersion : "unknown"
38-
property string recommendedVersion: "2.0.0"
38+
property string recommendedVersion: "2.1.0"
3939
property string versionStatus: "same"
4040
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>."
4141
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.6.0",
17+
"Version": "0.7.0",
1818
"Website": "https://github.com/luisbocanegra/kde-material-you-colors"
1919
},
2020
"X-Plasma-NotificationArea": true,

0 commit comments

Comments
 (0)