From 0c104c9fb001818aee82b1fc9250f2e743a6dbb2 Mon Sep 17 00:00:00 2001 From: Luan Nico Date: Wed, 11 Jul 2018 12:06:15 -0300 Subject: [PATCH] Update to 0.9.0 --- CHANGELOG.md | 3 +++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6a4ea991..82f3cc0fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 347344e1f..c9eb38910 100644 --- a/README.md +++ b/README.md @@ -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! diff --git a/pubspec.yaml b/pubspec.yaml index c9e1f6860..91d232242 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flame description: A minimalist Flutter game engine -version: 0.8.4 +version: 0.9.0 author: Luan Nico homepage: https://github.com/luanpotter/flame