diff --git a/portablemc/__init__.py b/portablemc/__init__.py index ea385284..a8abd18e 100644 --- a/portablemc/__init__.py +++ b/portablemc/__init__.py @@ -57,7 +57,7 @@ LAUNCHER_NAME = "portablemc" -LAUNCHER_VERSION = "2.2.0" +LAUNCHER_VERSION = "2.2.1" LAUNCHER_AUTHORS = ["Théo Rozier ", "Github contributors"] LAUNCHER_COPYRIGHT = "PortableMC Copyright (C) 2021 Théo Rozier" LAUNCHER_URL = "https://github.com/mindstorm38/portablemc" diff --git a/pyproject.toml b/pyproject.toml index 91812b52..e0e4efe1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "portablemc" -version = "2.2.0" +version = "2.2.1" description = "PortableMC is a module that provides both an API for development of your custom launcher and an executable script to run PortableMC CLI." authors = ["Théo Rozier "] license = "GPL-3.0-only"