Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Bump version, write changelog for 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Oct 30, 2018
1 parent c9ed3df commit 52f44c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.3.1
* Simplified logic to handle composition parsing to fix a race condition
* Temporarily disable this plugin on pre-Lollipop devices. A bug in the Flutter
engine could otherwise crash your apps. This will be reverted once a version
with a fix lands in flutter beta.

Again, thanks to [@kristoffer-zliide](https://github.com/kristoffer-zliide) for
these changes!

## 0.3
* Updated the Lottie libray used, thus giving you access to the latest
features including image support in animations. Thank you, [@kristoffer-zliide](https://github.com/kristoffer-zliide), for implementing this!
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: fluttie
description: Fluttie allows you to easily display stunning Lottie animations in flutter.
version: 0.3.0
version: 0.3.1
author: simolus3 <simolus3@gmail.com>
homepage: https://github.com/simolus3/fluttie

Expand Down

0 comments on commit 52f44c7

Please sign in to comment.