Skip to content

Commit

Permalink
Bump to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaphoenix committed Aug 26, 2023
1 parent c7fff1f commit 178e902
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nton/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.0"
__version__ = "2.0.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "nton"
version = "2.0.0"
version = "2.0.1"
description = "Nintendo Switch NRO to NSP Forwarder."
authors = ["rlaphoenix <[email protected]>"]
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion setup.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; https://jrsoftware.org/ishelp/index.php

#define AppName "NTON"
#define Version "2.0.0"
#define Version "2.0.1"

[Setup]
AppId={#AppName}
Expand Down

0 comments on commit 178e902

Please sign in to comment.