Changelog: v0.3.1

This commit is contained in:
notify 2023-08-03 21:11:28 +08:00
parent 48bb6ac999
commit 4bee447327
3 changed files with 11 additions and 3 deletions

View File

@ -2,6 +2,14 @@
___
## v0.3.1
修复了0.3.0的bug现在应该是稳定版。
为啥这游戏偶数小版本全都活不长。。
___
## v0.3.0
修复了测试版的诸多bug更换了一些素材。

View File

@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.16)
project(FreeKill VERSION 0.3.0)
project(FreeKill VERSION 0.3.1)
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="300"
android:versionName="0.3.0">
android:versionCode="301"
android:versionName="0.3.1">
<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" />