Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco-carone authored Aug 24, 2024
1 parent 811da74 commit 6b5bb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapcast_gui/misc/snapcast_gui_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class SnapcastGuiVariables(QObject):
"https://api.github.com/repos/badaix/snapcast/releases/latest")
snapcast_gui_github_url = QUrl(
"https://api.github.com/repos/chicco-carone/Snapcast-Gui/releases/latest")
snapcast_gui_version = "0.1.0 beta"
snapcast_gui_version = "0.1.0"

config_dir: str = str(Path(QStandardPaths.writableLocation(
QStandardPaths.AppConfigLocation)) / "snapcast-gui")
Expand Down

0 comments on commit 6b5bb43

Please sign in to comment.