Skip to content

Commit

Permalink
Bump versions backend 1.9.3 & plasmoid 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
luisbocanegra committed Jun 22, 2024
1 parent d1ab816 commit e3e2904
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/kde_material_you_colors/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sysconfig
from kde_material_you_colors.utils.utils import find_executable

__version__ = "1.9.2"
__version__ = "1.9.3"
USERNAME = getpass.getuser()
USER_HAS_PYWAL = importlib.util.find_spec("pywal") is not None
HOME = str(Path.home())
Expand Down
2 changes: 1 addition & 1 deletion src/plasmoid/package/contents/ui/FullRepresentation.qml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ColumnLayout {
property string backendVersionCommand: execPath + ' --version'
property string backendVersion: ""
property string backendVersionDisplay: backendVersion !== "" ? backendVersion : "unknown"
property string recommendedVersion: "1.9.2"
property string recommendedVersion: "1.9.3"
property string versionStatus: "same"
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>."
property bool showVersionMessage: false
Expand Down
2 changes: 1 addition & 1 deletion src/plasmoid/package/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Icon":"preferences-desktop-theme-global",
"License": "GPL-3.0",
"Name": "KDE Material You Colors",
"Version": "0.4.2",
"Version": "0.4.3",
"Website": "https://github.com/luisbocanegra/kde-material-you-colors"
},
"X-Plasma-NotificationArea": true,
Expand Down

0 comments on commit e3e2904

Please sign in to comment.