-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated README, update version to 4.3.0 and some typos
- Loading branch information
1 parent
ca535ae
commit 4368a8e
Showing
5 changed files
with
19 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
""" | ||
|
||
LAUNCHER_NAME = "portablemc" | ||
LAUNCHER_VERSION = "4.2.1" | ||
LAUNCHER_VERSION = "4.3.0" | ||
LAUNCHER_AUTHORS = ["Théo Rozier <[email protected]>", "Contributors"] | ||
LAUNCHER_COPYRIGHT = "PortableMC Copyright (C) 2021-2024 Théo Rozier" | ||
LAUNCHER_URL = "https://github.com/mindstorm38/portablemc" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "portablemc" | ||
version = "4.2.1" | ||
version = "4.3.0" | ||
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" | ||
|