From f031c0891dfaf815e4cab20e6b427d5db2856a9e Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Tue, 23 Aug 2022 22:51:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=EF=BC=81=20=E5=8A=A0=20tag=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Difficult_Rocket/__init__.py | 2 +- configs/main.config | 2 +- configs/main.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"