Skip to content

Commit

Permalink
Version 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mindstorm38 committed Apr 1, 2023
1 parent 517be4c commit 7ca0906
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/archives/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/console/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/core/portablemc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@


LAUNCHER_NAME = "portablemc"
LAUNCHER_VERSION = "3.3.0"
LAUNCHER_VERSION = "3.3.1"
LAUNCHER_AUTHORS = ["Théo Rozier <[email protected]>", "Github contributors"]
LAUNCHER_COPYRIGHT = "PortableMC Copyright (C) 2021-2023 Théo Rozier"
LAUNCHER_URL = "https://github.com/mindstorm38/portablemc"
Expand Down
2 changes: 1 addition & 1 deletion src/core/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 = "3.3.0"
version = "3.3.1"
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 <[email protected]>"]
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion src/fabric/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/forge/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/quilt/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ca0906

Please sign in to comment.