diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e20104..4f6890c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.0.4 + +* Upgrade dependent library version. +* RetryUpdateTipDialog globalization. + ## 2.0.3 * Increase pop-up compatibility. diff --git a/README.md b/README.md index 9cfbf3f..695abbd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # flutter_xupdate -[![Version](https://img.shields.io/badge/version-2.0.3-blue.svg)](https://pub.dev/packages/flutter_xupdate) +[![Version](https://img.shields.io/badge/version-2.0.4-blue.svg)](https://pub.dev/packages/flutter_xupdate) [![Build Status](https://travis-ci.org/xuexiangjys/flutter_xupdate.svg?branch=master)](https://travis-ci.org/xuexiangjys/flutter_xupdate) [![Issue](https://img.shields.io/github/issues/xuexiangjys/flutter_xupdate.svg)](https://github.com/xuexiangjys/flutter_xupdate/issues) [![Star](https://img.shields.io/github/stars/xuexiangjys/flutter_xupdate.svg)](https://github.com/xuexiangjys/flutter_xupdate) @@ -28,7 +28,7 @@ You should ensure that you add the `flutter_xupdate` as a dependency in your flu ``` // pub 集成 dependencies: - flutter_xupdate: ^2.0.3 + flutter_xupdate: ^2.0.4 //github 集成 dependencies: diff --git a/android/build.gradle b/android/build.gradle index 6476971..444248c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.xuexiang.flutter_xupdate' -version '2.0.3' +version '2.0.4' buildscript { repositories { diff --git a/pubspec.yaml b/pubspec.yaml index 3a5f783..10394dc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_xupdate description: A Flutter plugin for XUpdate(Android Version Update Library). -version: 2.0.3 +version: 2.0.4 homepage: https://github.com/xuexiangjys/flutter_xupdate repository: https://github.com/xuexiangjys/flutter_xupdate issue_tracker: https://github.com/xuexiangjys/flutter_xupdate/issues