From 728a7af714761f4938596ea8e18f356698b9c4ac Mon Sep 17 00:00:00 2001 From: rlaphoenix Date: Sat, 20 Jan 2024 00:38:55 +0000 Subject: [PATCH] Bump to v2.1.1 --- nton/__init__.py | 2 +- pyproject.toml | 2 +- setup.iss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nton/__init__.py b/nton/__init__.py index 9aa3f90..58039f5 100644 --- a/nton/__init__.py +++ b/nton/__init__.py @@ -1 +1 @@ -__version__ = "2.1.0" +__version__ = "2.1.1" diff --git a/pyproject.toml b/pyproject.toml index 2747bf8..3d98c6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "nton" -version = "2.1.0" +version = "2.1.1" description = "Nintendo Switch NRO to NSP Forwarder." authors = ["rlaphoenix "] license = "GPL-3.0-only" diff --git a/setup.iss b/setup.iss index 2a24951..4dcb7e3 100644 --- a/setup.iss +++ b/setup.iss @@ -1,7 +1,7 @@ ; https://jrsoftware.org/ishelp/index.php #define AppName "NTON" -#define Version "2.1.0" +#define Version "2.1.1" [Setup] AppId={#AppName}