Skip to content

Commit

Permalink
update to m1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHsieh0415 committed Nov 17, 2023
1 parent e75ad12 commit 343bc1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"manifestType": "minecraftModpack",
"manifestVersion": 1,
"name": "Creative Drawers Producer",
"version": "m1.0.5",
"version": "m1.0.6",
"author": "y_xiao233, Mango",
"files": [
{
Expand Down
2 changes: 1 addition & 1 deletion modpacker.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"README.md",
]
MODPACK_NAME = "Creative-Drawers-Producer"
VERSION = "m1.0.5"
VERSION = "m1.0.6"

print(f"> Start Packing Modpack - {MODPACK_NAME} {VERSION}")
with zipfile.ZipFile(f"{MODPACK_NAME}-{VERSION}.zip", "w") as archive:
Expand Down
2 changes: 1 addition & 1 deletion overrides/kubejs/config/client.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ barBorderColor=ECEFF4
exportAtlases=false
menuBackgroundBrightness=64
disableRecipeBook=false
title=Creative Drawers Producer m1.0.5
title=Creative Drawers Producer m1.0.6
barColor=ECEFF4
overrideColors=false
fmlLogColor=ECEFF4
Expand Down

0 comments on commit 343bc1e

Please sign in to comment.