diff --git a/Difficult_Rocket/__init__.py b/Difficult_Rocket/__init__.py index c003918..d052a04 100644 --- a/Difficult_Rocket/__init__.py +++ b/Difficult_Rocket/__init__.py @@ -15,7 +15,7 @@ from typing import Any, Dict, Callable, Union, Tuple, List, Type from libs.MCDR.version import Version -game_version = Version("0.6.2") +game_version = Version("0.6.3") __version__ = game_version diff --git a/configs/main.config b/configs/main.config index d94a088..a7ea993 100644 --- a/configs/main.config +++ b/configs/main.config @@ -1,6 +1,6 @@ [runtime] fps = 60 -version = 0.6.1 +version = 0.6.3 language = zh-CN date_fmt = %%Y-%%m-%%d %%H-%%M-%%S write_py_v = 3.8.10 diff --git a/configs/main.toml b/configs/main.toml index 55d4a62..ef83817 100644 --- a/configs/main.toml +++ b/configs/main.toml @@ -1,6 +1,6 @@ [runtime] fps = 60 -version = "0.6.1" +version = "0.6.3" language = "zh-CN" date_fmt = "%Y-%m-%d %H-%M-%S" write_py_v = "3.8.10"