Skip to content

Commit

Permalink
Version 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fdev31 committed Apr 12, 2024
1 parent 59c0043 commit cc3a948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyprland/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ async def run_client():
manager = Pyprland()

if sys.argv[1] == "version":
print("2.2.4-4") # Automatically updated version
print("2.2.5") # Automatically updated version
return

if sys.argv[1] == "edit":
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyprland"
version = "2.2.4"
version = "2.2.5"
description = "Hyperland plugin system - batteries included"
authors = ["fdev31 <fdev31@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit cc3a948

Please sign in to comment.