From 12a0b0f30b2f90295cb7ebbfe205e16f57f042cf Mon Sep 17 00:00:00 2001 From: Luan Nico Date: Fri, 19 Oct 2018 16:12:57 -0300 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6b5fe51f..2654dfad4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 6ca03e496..c9b1f8572 100644 --- a/README.md +++ b/README.md @@ -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! diff --git a/pubspec.yaml b/pubspec.yaml index 712a95b32..b5fc031a2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 homepage: https://github.com/luanpotter/flame