Skip to content

Commit

Permalink
Version 2.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
fdev31 committed Apr 29, 2024
1 parent 4de92c0 commit 8b68aca
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 @@ -407,7 +407,7 @@ async def run_client():
manager = Pyprland()

if sys.argv[1] == "version":
print("2.2.14-21") # Automatically updated version
print("2.2.15") # 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.14"
version = "2.2.15"
description = "Hyperland plugin system - batteries included"
authors = ["fdev31 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 8b68aca

Please sign in to comment.