feat: update some forgoten version number

This commit is contained in:
shenjack 2022-12-09 21:12:56 +08:00
parent b81cbb861c
commit 8ff619d1d6
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[runtime] [runtime]
fps = 60 fps = 60
version = 0.6.3 version = 0.6.4
language = zh-CN language = zh-CN
date_fmt = %%Y-%%m-%%d %%H-%%M-%%S date_fmt = %%Y-%%m-%%d %%H-%%M-%%S
write_py_v = 3.8.10 write_py_v = 3.8.10

View File

@ -1,6 +1,6 @@
[runtime] [runtime]
fps = 60 fps = 60
version = "0.6.3" version = "0.6.4"
language = "zh-CN" language = "zh-CN"
date_fmt = "%Y-%m-%d %H-%M-%S" date_fmt = "%Y-%m-%d %H-%M-%S"
write_py_v = "3.8.10" write_py_v = "3.8.10"

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "difficult-rocket" name = "difficult-rocket"
version = "0.6.3" version = "0.6.4"
description = "A rocket game" description = "A rocket game"
authors = ["shenjackyuanjie <3695888@qq.com>"] authors = ["shenjackyuanjie <3695888@qq.com>"]
license = "CC-BY-NA-SA 4.0" license = "CC-BY-NA-SA 4.0"