mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 20:13:50 +08:00
Update to 0.9.0
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
## [0.9.0]
|
||||
- Several API changes, using new audioplayers 0.6.x
|
||||
|
||||
## [0.8.4]
|
||||
- Added more consistent APIs and tests
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@ Just drop it in your `pubspec.yaml`:
|
||||
|
||||
```yaml
|
||||
dependencies:
|
||||
flame: ^0.8.4
|
||||
flame: ^0.9.0
|
||||
```
|
||||
|
||||
And start using it!
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
name: flame
|
||||
description: A minimalist Flutter game engine
|
||||
version: 0.8.4
|
||||
version: 0.9.0
|
||||
author: Luan Nico <luannico27@gmail.com>
|
||||
homepage: https://github.com/luanpotter/flame
|
||||
|
||||
|
||||
Reference in New Issue
Block a user