diff --git a/CHANGELOG.md b/CHANGELOG.md index 48b6de30a..5032b11d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/doc/README.md b/doc/README.md index bae1471f0..2dad7aafd 100644 --- a/doc/README.md +++ b/doc/README.md @@ -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! diff --git a/pubspec.yaml b/pubspec.yaml index 119edc1f3..94913b7ad 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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