diff --git a/CHANGELOG.md b/CHANGELOG.md index 56e6024..1210e92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog +## 1.1.1 + +* Rebranding. + ## 1.1.0 + * Added support for all TargetPlatform. * Added cacheExtent property. * SDK version is up. diff --git a/README.md b/README.md index 9213903..6d26280 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # Swipe Refresh - - - Shows an illustrated sun in light color mode and a moon with stars in dark color mode. - + + [![Build Status](https://shields.io/github/actions/workflow/status/surfstudio/flutter-swipe-refresh/on_pull_request.yml?logo=github&logoColor=white)](https://github.com/surfstudio/flutter-swipe-refresh) [![Coverage Status](https://img.shields.io/codecov/c/github/surfstudio/flutter-swipe-refresh?logo=codecov&logoColor=white)](https://app.codecov.io/gh/surfstudio/flutter-swipe-refresh) diff --git a/pubspec.yaml b/pubspec.yaml index d62b327..a5abad2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: swipe_refresh -version: 1.1.0 +version: 1.1.1 description: Set of widgets provides make refresh by using pull down gesture. repository: "https://github.com/surfstudio/flutter-swipe-refresh" issue_tracker: "https://github.com/surfstudio/flutter-swipe-refresh/issues"