From 9f8207d32513321c1d8ff0a9fc596076be995e92 Mon Sep 17 00:00:00 2001 From: fdev31 Date: Sat, 6 Apr 2024 16:37:27 +0200 Subject: [PATCH] Version 2.2.2 --- pyprland/command.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"