Skip to content

Commit

Permalink
Version 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fdev31 committed Apr 9, 2024
1 parent 534cbcb commit 28c81d4
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.3-26") # Automatically updated version
print("2.2.4") # 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.3"
version = "2.2.4"
description = "Hyperland plugin system - batteries included"
authors = ["fdev31 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 28c81d4

Please sign in to comment.