Skip to content

Commit 692d1ed

Browse files
committed
Add changelog for version 0.2.0
1 parent 54edee1 commit 692d1ed

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@
1010
* inbox
1111
* simple
1212
* blur
13+
14+
## [0.2.0] - Added support for BouncingScrollPhysics.
15+
16+
* Added support for `BouncingScrollPhysics` - ios default sroll physics
17+
* Improved readme
18+
19+

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ packages:
4242
path: ".."
4343
relative: true
4444
source: path
45-
version: "0.1.1"
45+
version: "0.2.0"
4646
flutter:
4747
dependency: "direct main"
4848
description: flutter

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: custom_refresh_indicator
22
description: Flutter Widget that make it easy to implement custom refresh indicator.
3-
version: 0.1.1
3+
version: 0.2.0
44
author: Kamil Klyta <kamilklyta341@gmail.com>
55
repository: https://github.com/gonuit/flutter-custom-refresh-indicator
66
issue_tracker: https://github.com/gonuit/flutter-custom-refresh-indicator/issues

0 commit comments

Comments
 (0)