Skip to content

Commit e6d500e

Browse files
committed
1.0.5
1 parent 7904d45 commit e6d500e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

VERSION.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717

1818
* 未读的通知进去issue提示其他异常
1919

20-
### 1.0.5(进行中)
21-
* fix分享问题。
20+
### 1.0.5
21+
* 增加本地数据库
22+
* 修复分享问题。
2223
* 修改用户页面样式
2324
* 增加用户加入github时间显示
2425

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 4
35-
versionName "1.0.4"
34+
versionCode 5
35+
versionName "1.0.5"
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
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.4</string>
18+
<string>1.0.5</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>4</string>
22+
<string>5</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>NSAppTransportSecurity</key>

0 commit comments

Comments
 (0)