mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-17 13:18:03 +08:00
Merge pull request #274 from flame-engine/luan.bump-ap
Bump AP version to fix web on release
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
# CHANGELOG
|
||||
|
||||
## [next]
|
||||
- Bump AudioPlayers version to allow for web support
|
||||
- Adding Game#pauseEngine and Game#resumeEngine methods
|
||||
- Removing FlameBinding since it isn't used and clashes with newest flutter
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ Check out the [awesome flame repository](https://github.com/flame-engine/awesome
|
||||
|
||||
```yaml
|
||||
dependencies:
|
||||
flame: ^0.19.0
|
||||
flame: ^0.19.1
|
||||
```
|
||||
|
||||
And start using it!
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
name: flame
|
||||
description: A minimalist Flutter game engine, provides a nice set of somewhat independent modules you can choose from.
|
||||
version: 0.19.0
|
||||
version: 0.19.1
|
||||
homepage: https://github.com/flame-engine/flame
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
audioplayers: ^0.15.0
|
||||
audioplayers: ^0.15.1
|
||||
ordered_set: ^2.0.0
|
||||
path_provider: ^1.6.0
|
||||
box2d_flame: ^0.4.5
|
||||
|
||||
Reference in New Issue
Block a user