From 8b68acab2017a34a73456f1e67a7946fa7048bfd Mon Sep 17 00:00:00 2001 From: fdev31 Date: Mon, 29 Apr 2024 19:14:43 +0200 Subject: [PATCH] Version 2.2.15 --- 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 3e07197..0f2dde5 100755 --- a/pyprland/command.py +++ b/pyprland/command.py @@ -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": diff --git a/pyproject.toml b/pyproject.toml index 5e348d6..4dcfa91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyprland" -version = "2.2.14" +version = "2.2.15" description = "Hyperland plugin system - batteries included" authors = ["fdev31 "] license = "MIT"