Changelog: v0.3.14

This commit is contained in:
notify 2023-12-12 20:27:14 +08:00
parent 1f1b677768
commit a6c750fac5
4 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,11 @@
# ChangeLog
## v0.3.14
修复bug详见git log
___
## v0.3.13
为v0.4做准备的测试版。

View File

@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.16)
project(FreeKill VERSION 0.3.13)
project(FreeKill VERSION 0.3.14)
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="313"
android:versionName="0.3.13">
android:versionCode="314"
android:versionName="0.3.14">
<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

@ -301,7 +301,7 @@ FreeKill使用的是libgit2的C API与此同时使用Git完成拓展包的下
["Resume"] = "继续",
["Bulletin Info"] = [==[
## v0.3.13
## v0.3.14
线