diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b31cef..67c6280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ A collection of loading indicators animated with flutter. Heavily inspired by @tobiasahlin's SpinKit. +## 4.1.2 + +- Introduced new `itemCount` property to `SpinKitWave` +- Fixed broken calculations that made certain animations behave weirdly + ## 4.1.1+1 - Include Authors info in README diff --git a/README.md b/README.md index 4bd289d..6be4933 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A collection of loading indicators animated with flutter. Heavily inspired by [@ ```yaml dependencies: - flutter_spinkit: "^4.1.1" + flutter_spinkit: "^4.1.2" ``` ### ⚡️ Import diff --git a/pubspec.yaml b/pubspec.yaml index ceab7f2..984cada 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_spinkit description: A collection of loading indicators animated with flutter. Heavily inspired by @tobiasahlin's SpinKit. -version: 4.1.1+1 +version: 4.1.2 homepage: https://github.com/jogboms/flutter_spinkit authors: