Changelog: v0.4.7

This commit is contained in:
notify 2024-02-05 11:10:58 +08:00
parent 851a3873fa
commit 7661cabd58
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# ChangeLog
## v0.4.6
## v0.4.6 & v0.4.7
- 攻击范围状态技类新增基础值修正函数
- 伤害值在一个技能处理后小于1会终止当前事件

View File

@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.16)
project(FreeKill VERSION 0.4.6)
project(FreeKill VERSION 0.4.7)
add_definitions(-DFK_VERSION=\"${CMAKE_PROJECT_VERSION}\")
find_package(Qt6 REQUIRED COMPONENTS

View File

@ -3,8 +3,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.notify.FreeKill"
android:installLocation="preferExternal"
android:versionCode="406"
android:versionName="0.4.6">
android:versionCode="407"
android:versionName="0.4.7">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

View File

@ -317,9 +317,9 @@ FreeKill使用的是libgit2的C API与此同时使用Git完成拓展包的下
["Resume"] = "继续",
["Bulletin Info"] = [==[
## v0.4.6
## v0.4.7
]==],
}