Skip to content

Commit

Permalink
Patch 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mindstorm38 committed Oct 8, 2023
1 parent b7712bf commit dd05e16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion portablemc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

LAUNCHER_NAME = "portablemc"
LAUNCHER_VERSION = "4.0.2"
LAUNCHER_VERSION = "4.0.3"
LAUNCHER_AUTHORS = ["Théo Rozier <contact@theorozier.fr>", "Github contributors"]
LAUNCHER_COPYRIGHT = "PortableMC Copyright (C) 2021-2023 Théo Rozier"
LAUNCHER_URL = "https://github.com/mindstorm38/portablemc"
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 = "portablemc"
version = "4.0.2"
version = "4.0.3"
description = "PortableMC is a module that provides both an API for development of your custom launcher and an executable script to run PortableMC CLI."
authors = ["Théo Rozier <contact@theorozier.fr>"]
license = "GPL-3.0-only"
Expand Down

0 comments on commit dd05e16

Please sign in to comment.