Skip to content

Commit

Permalink
Update PicoForgeWrapper to v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sammko committed Apr 22, 2024
1 parent 1507177 commit 855408c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "picomc"
version = "0.5"
version = "0.5.1"
description = "A very small CLI Minecraft launcher."
authors = [
{ name = "Samuel Čavoj", email = "samuel@cavoj.net" }
Expand Down
8 changes: 4 additions & 4 deletions src/picomc/mod/forge.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
FORGE_WRAPPER_NEW = {
"mainClass": "net.cavoj.picoforgewrapper.Main",
"library": {
"name": "net.cavoj:PicoForgeWrapper:1.4",
"name": "net.cavoj:PicoForgeWrapper:1.5",
"downloads": {
"artifact": {
"url": "https://storage.googleapis.com/picomc-forgewrapper/PicoForgeWrapper-1.4.jar",
"sha1": "4270ed08c514c0acbf0ce8fedc5c249f20221007",
"size": 7504,
"url": "https://storage.googleapis.com/picomc-forgewrapper/PicoForgeWrapper-1.5.jar",
"sha1": "c31e7cbb682e9329be35b12b12f76c9ee23c2916",
"size": 7573,
}
},
},
Expand Down

0 comments on commit 855408c

Please sign in to comment.