diff --git a/pyprland/command.py b/pyprland/command.py index ac2be2d..858f601 100755 --- a/pyprland/command.py +++ b/pyprland/command.py @@ -348,7 +348,7 @@ async def run_client(): manager = Pyprland() if sys.argv[1] == "version": - print("2.2.1-8") # Automatically updated version + print("2.2.2") # Automatically updated version return if sys.argv[1] in ("--help", "-h", "help"): diff --git a/pyproject.toml b/pyproject.toml index 61845b0..3516256 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyprland" -version = "2.2.1" +version = "2.2.2" description = "Hyperland plugin system - batteries included" authors = ["fdev31 "] license = "MIT"