Skip to content

Commit

Permalink
release version 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexiangjys committed Mar 26, 2023
1 parent 8a892f2 commit db641d6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.4

* Upgrade dependent library version.
* RetryUpdateTipDialog globalization.

## 2.0.3

* Increase pop-up compatibility.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.xuexiang.flutter_xupdate'
version '2.0.3'
version '2.0.4'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit db641d6

Please sign in to comment.