mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 03:15:43 +08:00
bump version
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
@ -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!
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user