feat: bump version to 0.6.4.1

This commit is contained in:
shenjack 2023-01-03 16:28:50 +08:00
parent 1e8bc0109d
commit 9986c02675
7 changed files with 9 additions and 9 deletions

View File

@ -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)

View File

@ -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"

View File

@ -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)

View File

@ -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)

View File

@ -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")

View File

@ -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")

View File

@ -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"