diff --git a/README.md b/README.md index 95405e3..aff353c 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ [关于版本号的说明](./docs/src/version.md) -[![Generic badge](https://img.shields.io/badge/Release-0.7.1.2-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) -[![Generic badge](https://img.shields.io/badge/Pre_Release-0.7.1.2-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) +[![Generic badge](https://img.shields.io/badge/Release-0.7.1.4-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) +[![Generic badge](https://img.shields.io/badge/Pre_Release-0.7.1.4-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) [![Generic badge](https://img.shields.io/badge/Devloping-0.7.2-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) ## English README please look [here](./docs/README-en.md) diff --git a/docs/README-en.md b/docs/README-en.md index 7c6c797..d68c3f9 100644 --- a/docs/README-en.md +++ b/docs/README-en.md @@ -17,8 +17,8 @@ [About Versions](src/version.md) -[![Generic badge](https://img.shields.io/badge/Release-0.7.1.2-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) -[![Generic badge](https://img.shields.io/badge/Pre_Release-0.7.1.2-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) +[![Generic badge](https://img.shields.io/badge/Release-0.7.1.4-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) +[![Generic badge](https://img.shields.io/badge/Pre_Release-0.7.1.4-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) [![Generic badge](https://img.shields.io/badge/Devloping-0.7.2-blue.svg)](https://github.com/shenjackyuanjie/Difficult-Rocket/releases) ## 中文README请移步 [这里](../README.md) diff --git a/docs/src/update_logs.md b/docs/src/update_logs.md index 5f89239..2863f07 100644 --- a/docs/src/update_logs.md +++ b/docs/src/update_logs.md @@ -24,6 +24,11 @@ ## 20230301 DR `0.7.1.4` + DR_rs `0.2.5.4/5` +### 修复了上个版本没有步进版本号的毛病 + +- 修复了上个版本没有步进版本号的毛病 + - Fix the problem that the version number of the previous version was not incremented + ### DR_rs V 0.2.5.5 - 完成了 `SR1PartType` 和 `RawPartType` 的数据转换方法 diff --git a/pyproject.toml b/pyproject.toml index 8525d76..1731e87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "pdm.pep517.api" [project] name = "difficult-rocket" -version = "0.7.1.2" +version = "0.7.1.4" description = "A rocket game" authors = [ {name = "shenjackyuanjie", email = "3695888@qq.com"}