Skip to content

Commit

Permalink
Release 1.11.3 (Boga Discus) (Hotfix 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Jan 11, 2025
1 parent e3a6bdd commit ed2ac11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ git_describe_command = [ "git", "describe", "--dirty", "--long" ]
version_scheme = "misc.mkversion:mknumeric"
local_scheme = "no-local-version"
version_file = "rare/_version.py"
fallback_version = "1.11.2.0"
fallback_version = "1.11.3.0"

[tool.nuitka]
assume-yes-for-downloads = true
Expand All @@ -115,8 +115,8 @@ output-filename = "Rare.exe"
file-description = "Rare.exe"
company-name = "RareDevs"
product-name = "Rare"
file-version = "1.11.2.0"
product-version = "1.11.2.0"
file-version = "1.11.3.0"
product-version = "1.11.3.0"
windows-console-mode = "disable"
windows-icon-from-ico = "rare/resources/images/Rare.ico"

Expand All @@ -134,7 +134,7 @@ force-exclude = '''

[tool.poetry]
name = "Rare"
version = "1.11.2.0"
version = "1.11.3.0"
authors = [
"Dummerle 44114474+Dummerle@users.noreply.github.com",
"loathingKernel 142770+loathingKernel@users.noreply.github.com",
Expand Down

0 comments on commit ed2ac11

Please sign in to comment.