diff --git a/nton/__init__.py b/nton/__init__.py index 159d48b..9aa3f90 100644 --- a/nton/__init__.py +++ b/nton/__init__.py @@ -1 +1 @@ -__version__ = "2.0.1" +__version__ = "2.1.0" diff --git a/pyproject.toml b/pyproject.toml index dfb57c3..64ab818 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "nton" -version = "2.0.1" +version = "2.1.0" description = "Nintendo Switch NRO to NSP Forwarder." authors = ["rlaphoenix "] license = "GPL-3.0-only" diff --git a/setup.iss b/setup.iss index 65892c9..2a24951 100644 --- a/setup.iss +++ b/setup.iss @@ -1,7 +1,7 @@ ; https://jrsoftware.org/ishelp/index.php #define AppName "NTON" -#define Version "2.0.1" +#define Version "2.1.0" [Setup] AppId={#AppName}