Skip to content

Commit

Permalink
Update CHANGELOG and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodepapaya committed Sep 27, 2020
1 parent 9c7a5a0 commit c6598ad
Show file tree
Hide file tree
Showing 3 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 @@
## [1.0.4] - 2020-09-27

* Check isDisposed before forward call

## [1.0.3] - 2020-09-8

* Add key attribute to constructor
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.3"
version: "1.0.4"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: show_up_animation
description: A flutter package to simplify the implementation of "show up" animation
version: 1.0.3
version: 1.0.4
homepage: https://github.com/thecodepapaya/show_up_animation

environment:
Expand Down

0 comments on commit c6598ad

Please sign in to comment.