Bumping version

This commit is contained in:
Erick Zanardo
2020-06-18 18:25:39 -03:00
parent 1a093694c8
commit 1cc1315b4c
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# CHANGELOG
## [next]
## 0.22.1
- Fix Box2DComponent render priority
- Fix PositionComponentEffect drifting
- Add possibility to combine effects

View File

@ -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!

View File

@ -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: