bump version

This commit is contained in:
Luan Nico
2018-10-19 16:12:57 -03:00
parent 53c0b68e3b
commit 12a0b0f30b
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## [0.9.5]
- Add `elapsed` property to Animation (thanks, @ianliu)
- Fixed minor typo on documentation
## [0.9.4]
- Bumps audioplayers version

View File

@ -20,7 +20,7 @@ Just drop it in your `pubspec.yaml`:
```yaml
dependencies:
flame: ^0.9.4
flame: ^0.9.5
```
And start using it!

View File

@ -1,6 +1,6 @@
name: flame
description: A minimalist Flutter game engine, provides a nice set of somewhat independent modules you can choose from.
version: 0.9.4
version: 0.9.5
author: Luan Nico <luannico27@gmail.com>
homepage: https://github.com/luanpotter/flame