Skip to content

Commit a1c3c73

Browse files
committed
Doc for 2.0.6
1 parent e68fb51 commit a1c3c73

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.0.6]
2+
* Fixed bug with state key
3+
* Added the auto reset functionality
4+
15
## [2.0.5]
26
* Fixed disabled colour issue
37

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RoundedLoadingButton is a Flutter package with a simple implementation of an ani
1515
Add this to your pubspec.yaml:
1616

1717
dependencies:
18-
rounded_loading_button: ^2.0.3
18+
rounded_loading_button: ^2.0.6
1919

2020
## Usage
2121

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: rounded_loading_button
22
description: A simple implementation of an animated loading button widget for Flutter
3-
version: 2.0.5
3+
version: 2.0.6
44
homepage: https://github.com/chrisedg87/flutter_rounded_loading_button
55

66
environment:

0 commit comments

Comments
 (0)