From 28788504224d46a0517b3e1d056588c6a297eae3 Mon Sep 17 00:00:00 2001 From: knoyo <59814509@qq.com> Date: Tue, 14 Apr 2020 11:56:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=9A=E8=87=B32.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- CHANGELOG_CN.md | 2 +- README.md | 4 ++-- README_EN.md | 4 ++-- example/pubspec.yaml | 2 +- pubspec.yaml | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d80a166f..1ab0126d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log -## Next +## V 2.1.1 >Fix: BezierCircleHeader progress bar is occasionally not hidden >Update: TaurusHeader add backgroundColor parameter [issues#269](https://github.com/xuelongqy/flutter_easyrefresh/issues/269) >Add: key and EasyRefresh.custom listKey [issues#273](https://github.com/xuelongqy/flutter_easyrefresh/issues/273) diff --git a/CHANGELOG_CN.md b/CHANGELOG_CN.md index 3f491713..db61a5ef 100644 --- a/CHANGELOG_CN.md +++ b/CHANGELOG_CN.md @@ -1,6 +1,6 @@ # 更新日志 -## 下个版本 +## V 2.1.1 >修复:BezierCircleHeader进度条偶尔不隐藏 >更新:TaurusHeader添加背景色设置 [issues#269](https://github.com/xuelongqy/flutter_easyrefresh/issues/269) >添加:key 和 EasyRefresh.custom listKey [issues#273](https://github.com/xuelongqy/flutter_easyrefresh/issues/273) diff --git a/README.md b/README.md index 8c547f78..a55a8e3a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![License](https://img.shields.io/badge/license-MIT-green.svg)](/LICENSE) [![Awesome Flutter](https://img.shields.io/badge/Awesome-Flutter-blue.svg?longCache=true&style=flat-square)](https://stackoverflow.com/questions/tagged/flutter?sort=votes) -[![Pub](https://img.shields.io/badge/pub-v2.1.0-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh) +[![Pub](https://img.shields.io/badge/pub-v2.1.1-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh) ## [English](https://github.com/xuelongqy/flutter_easyrefresh/blob/v2/README_EN.md) | 中文 @@ -79,7 +79,7 @@ Demo:[下载 apk](https://github.com/xuelongqy/flutter_easyrefresh/raw/master/ ``` //pub方式 dependencies: - flutter_easyrefresh: ^2.1.0 + flutter_easyrefresh: ^2.1.1 //导入方式 dependencies: diff --git a/README_EN.md b/README_EN.md index 4fc18914..8e50e5e3 100644 --- a/README_EN.md +++ b/README_EN.md @@ -2,7 +2,7 @@ [![License](https://img.shields.io/badge/license-MIT-green.svg)](/LICENSE) [![Awesome Flutter](https://img.shields.io/badge/Awesome-Flutter-blue.svg?longCache=true&style=flat-square)](https://stackoverflow.com/questions/tagged/flutter?sort=votes) -[![Pub](https://img.shields.io/badge/pub-v2.1.0-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh) +[![Pub](https://img.shields.io/badge/pub-v2.1.1-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh) ## English | [中文](https://github.com/xuelongqy/flutter_easyrefresh/blob/v2/README.md) @@ -79,7 +79,7 @@ Demo:[Download apk](https://github.com/xuelongqy/flutter_easyrefresh/raw/maste ``` //pub dependencies: - flutter_easyrefresh: ^2.1.0 + flutter_easyrefresh: ^2.1.1 //import dependencies: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 062cede9..9e6ee25e 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -7,7 +7,7 @@ description: EasyRefresh example. # Both the version and the builder number may be overridden in flutter # build by specifying --build-name and --build-number, respectively. # Read more about versioning at semver.org. -version: 2.0.9+36 +version: 2.1.1+37 environment: sdk: ">=2.3.0 <3.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 1fe32f14..84cf07d1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_easyrefresh -description: A widget provided to the flutter scroll component drop-down refresh and pull up load. -version: 2.1.0 +description: A flutter widget that provides pull-down refresh and pull-up load. +version: 2.1.1 homepage: https://github.com/xuelongqy/flutter_easyrefresh repository: https://github.com/xuelongqy/flutter_easyrefresh issue_tracker: https://github.com/xuelongqy/flutter_easyrefresh/issues