Skip to content

Commit ee0ec90

Browse files
committed
1.1.1
1 parent 2cc2421 commit ee0ec90

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

VERSION.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
* 版本信息列表
99

1010
### 1.1.1
11-
* 更新flutter SDK 0.5.8
11+
* 更新flutter SDK 0.5.8。
12+
* 修复一些仓库下的readme问题。
1213

1314
### 1.1.0
1415
* 切换用户切换数据库。

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 10
35-
versionName "1.1.0"
34+
versionCode 11
35+
versionName "1.1.1"
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.1.0</string>
20+
<string>1.1.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>10</string>
24+
<string>11</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSAppTransportSecurity</key>

0 commit comments

Comments
 (0)