Skip to content

Commit 94d45dc

Browse files
committed
Bump to v2.2.0
1 parent 0ef15c2 commit 94d45dc

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.2.0] - 2025-10-13
9+
10+
### Added
11+
12+
- Support for Switch Firmware 19.0.0 and newer.
13+
814
## [2.1.1] - 2024-01-20
915

1016
### Added
@@ -235,6 +241,7 @@ Initial release (as a Python script).
235241

236242
Initial release (as CMD script).
237243

244+
[2.2.0]: https://github.com/rlaphoenix/nton/releases/tag/v2.2.0
238245
[2.1.1]: https://github.com/rlaphoenix/nton/releases/tag/v2.1.1
239246
[2.1.0]: https://github.com/rlaphoenix/nton/releases/tag/v2.1.0
240247
[2.0.1]: https://github.com/rlaphoenix/nton/releases/tag/v2.0.1

nton/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.1"
1+
__version__ = "2.2.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "nton"
7-
version = "2.1.1"
7+
version = "2.2.0"
88
description = "Nintendo Switch NRO to NSP Forwarder."
99
authors = ["rlaphoenix <rlaphoenix@pm.me>"]
1010
license = "GPL-3.0-only"

setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; https://jrsoftware.org/ishelp/index.php
22

33
#define AppName "NTON"
4-
#define Version "2.1.1"
4+
#define Version "2.2.0"
55

66
[Setup]
77
AppId={#AppName}

0 commit comments

Comments
 (0)