Skip to content

Commit 6051ec7

Browse files
committed
1.0.9
1 parent d7963cc commit 6051ec7

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

VERSION.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
###(待处理)
33

44
* 仓库Pulse。
5-
* 多语言、主题
5+
* 多语言。
66
* markdown点击跳转。
77
* webview点击跳转。
88
* markdown htmlview 表格。
99
* 版本信息列表
1010

11+
### 1.0.9
12+
* 切换主题支持
13+
* 问题修复
14+
1115
### 1.0.8
1216
* readme图片解析优化
1317
* readme图片增加点击查看

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ android {
3131
applicationId "com.shuyu.gsygithub.gsygithubappflutter"
3232
minSdkVersion 16
3333
targetSdkVersion 27
34-
versionCode 8
35-
versionName "1.0.8"
34+
versionCode 9
35+
versionName "1.0.9"
3636
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3737
}
3838

ios/Runner/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0.8</string>
20+
<string>1.0.9</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>8</string>
24+
<string>9</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSAppTransportSecurity</key>

0 commit comments

Comments
 (0)