From 1cc1315b4c918aa48c1e385dd28c02d69005c78b Mon Sep 17 00:00:00 2001 From: Erick Zanardo Date: Thu, 18 Jun 2020 18:25:39 -0300 Subject: [PATCH] Bumping version --- CHANGELOG.md | 2 +- doc/README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bd4ff07a..e0746be13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## [next] +## 0.22.1 - Fix Box2DComponent render priority - Fix PositionComponentEffect drifting - Add possibility to combine effects diff --git a/doc/README.md b/doc/README.md index c593cbd4b..2e2113de0 100644 --- a/doc/README.md +++ b/doc/README.md @@ -18,7 +18,7 @@ Put the pub package as your dependency by dropping the following in your `pubspe ```yaml dependencies: - flame: ^0.22.0 + flame: ^0.22.1 ``` And start using it! diff --git a/pubspec.yaml b/pubspec.yaml index eeb4c64e9..689f2a775 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.22.0 +version: 0.22.1 homepage: https://github.com/flame-engine/flame dependencies: