diff --git a/README.md b/README.md index 92f6ffa..f64ea0c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ## 版本 [![Generic badge](https://img.shields.io/badge/Release-0.6.1-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) -[![Generic badge](https://img.shields.io/badge/Pre_Release-0.6.4-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) +[![Generic badge](https://img.shields.io/badge/Pre_Release-0.6.4.1-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) [![Generic badge](https://img.shields.io/badge/Devloping-0.7.0-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) ## English README please look [here](./docs/README-en.md) diff --git a/configs/main.toml b/configs/main.toml index 8f42202..0a499df 100644 --- a/configs/main.toml +++ b/configs/main.toml @@ -1,6 +1,6 @@ [runtime] fps = 60 -version = "0.6.4" +version = "0.6.4.1" language = "zh-CN" date_fmt = "%Y-%m-%d %H-%M-%S" write_py_v = "3.8.10" diff --git a/docs/README-en.md b/docs/README-en.md index c688044..42dc403 100644 --- a/docs/README-en.md +++ b/docs/README-en.md @@ -17,7 +17,7 @@ ## Version [![Generic badge](https://img.shields.io/badge/Release-0.6.1-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) -[![Generic badge](https://img.shields.io/badge/Pre_Release-0.6.4-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) +[![Generic badge](https://img.shields.io/badge/Pre_Release-0.6.4.1-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) [![Generic badge](https://img.shields.io/badge/Devloping-0.7.0-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) ## 中文README请移步 [这里](../README.md) diff --git a/docs/update_logs.md b/docs/update_logs.md index cbc629e..6317d4d 100644 --- a/docs/update_logs.md +++ b/docs/update_logs.md @@ -8,7 +8,7 @@ ## Readme First! ##### most badge can be clicked and jump [![Generic badge](https://img.shields.io/badge/SemVer-2.0.0-blue.svg)](https://Semver.org/) -![Generic badge](https://img.shields.io/badge/Version-0.6.4-yellow.svg) +![Generic badge](https://img.shields.io/badge/Version-0.6.4.1-yellow.svg) - [![Readme-github](https://img.shields.io/badge/Readme-Github-blue.svg?style=flat-square&logo=Github)](https://github.com/shenjackyuanjie/Difficult-Rocket) - [![Readme-gitee](https://img.shields.io/badge/Readme-Gitee-blue.svg?style=flat-square&logo=Gitee)](https://gitee.com/shenjackyuanjie/Difficult-Rocket) diff --git a/nuitka1-complie.ps1 b/nuitka1-complie.ps1 index 68df06b..19cf7e4 100644 --- a/nuitka1-complie.ps1 +++ b/nuitka1-complie.ps1 @@ -7,8 +7,8 @@ $arg += @("--standalone") $arg += @("--output-dir=build/nuitka") $arg += @("--company-name=tool-shenjack-workshop") $arg += @("--product-name=Difficult-Rocket") -$arg += @("--product-version=0.6.4") -$arg += @("--file-version=0.0.0.1") +$arg += @("--product-version=0.6.4.1") +$arg += @("--file-version=0.0.1.0") $arg += @("--file-description=Difficult-Rocket!") $arg += @("--windows-icon-from-ico=textures/icon.png") $arg += @("--macos-app-icon=textures/icon.png") diff --git a/nuitka3-complie.ps1 b/nuitka3-complie.ps1 index 10877a3..e7cc9a2 100644 --- a/nuitka3-complie.ps1 +++ b/nuitka3-complie.ps1 @@ -7,8 +7,8 @@ $arg += @("--standalone") $arg += @("--output-dir=build/nuitka1") $arg += @("--company-name=tool-shenjack-workshop") $arg += @("--product-name=Difficult-Rocket") -$arg += @("--product-version=0.6.4") -$arg += @("--file-version=0.0.0.1") +$arg += @("--product-version=0.6.4.1") +$arg += @("--file-version=0.0.1.0") $arg += @("--file-description=Difficult-Rocket!") $arg += @("--windows-icon-from-ico=textures/icon.png") $arg += @("--macos-app-icon=textures/icon.png") diff --git a/pyproject.toml b/pyproject.toml index f3008e7..386ca91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "difficult-rocket" -version = "0.6.4" +version = "0.6.4.1" description = "A rocket game" authors = ["shenjackyuanjie <3695888@qq.com>"] license = "CC-BY-NA-SA 4.0"