Skip to content

Commit

Permalink
prepare release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed May 31, 2019
1 parent 9286648 commit 449a967
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
9 changes: 1 addition & 8 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@

###(待处理)

* 仓库Pulse。
* markdown点击跳转。
* webview点击跳转。
* markdown htmlview 表格。
* 版本信息列表
* 监听滚动,设置底部和顶部隐藏显示
### 请直接看 github release

### 1.1.9

Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId "com.shuyu.gsygithub.gsygithubappflutter"
minSdkVersion 16
targetSdkVersion 28
versionCode 22
versionName "1.4.0"
versionCode 23
versionName "1.5.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down
4 changes: 2 additions & 2 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.0</string>
<string>1.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>22</string>
<string>23</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit 449a967

Please sign in to comment.