Skip to content

Commit

Permalink
Merge pull request #184 from EternalWraith/v0.11
Browse files Browse the repository at this point in the history
Forgot to change version number
  • Loading branch information
EternalWraith authored Dec 28, 2024
2 parents 968d4ef + 5698b5b commit 1074e0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CxFreezeCompile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
base = "Win32GUI" if sys.platform == "win32" else None

setup(
name = "PalEdit v0.11",
version = "0.11",
name = "PalEdit v0.11.1",
version = "0.11.1",
description = "A simple tool for editing PalWorld saves",
options={"build_exe": build_options},
executables=[Executable("PalEdit.py", base=base, icon="palworld_pal_edit/resources/MossandaIcon.ico")],
Expand Down
2 changes: 1 addition & 1 deletion palworld_pal_edit/PalEdit.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def skip_encode(


class PalEditConfig:
version = "0.11"
version = "0.11.1"
ftsize = 18
font = "Microsoft YaHei"
skill_col = ["#DE3C3A", "#000000", "#DFE8E7", "#DFE8E7", "#FEDE00", "#68FFD8"]
Expand Down

0 comments on commit 1074e0c

Please sign in to comment.