Skip to content

Commit

Permalink
[CHORE] Bump version (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
TinoGuo authored Jun 25, 2023
1 parent a3e3395 commit a66e1e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### [3.1.1] 2023/06/25
* Update SDK constraints
* Fix CI issue

### [3.1.0] 2022/05/15
* Remove delay future implementation
* Smooth animation when start
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: loading_indicator
description: A collection loading animations written in pure dart. Out of the box, no extra dependency.
version: 3.1.0
version: 3.1.1
homepage: https://github.com/TinoGuo/loading_indicator

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=2.12.0 <4.0.0"
flutter: ">=2.0.0"

dependencies:
Expand Down

0 comments on commit a66e1e9

Please sign in to comment.