mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-10 22:51:30 +08:00
Bumping version
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
## [next]
|
## 0.22.1
|
||||||
- Fix Box2DComponent render priority
|
- Fix Box2DComponent render priority
|
||||||
- Fix PositionComponentEffect drifting
|
- Fix PositionComponentEffect drifting
|
||||||
- Add possibility to combine effects
|
- Add possibility to combine effects
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ Put the pub package as your dependency by dropping the following in your `pubspe
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
dependencies:
|
dependencies:
|
||||||
flame: ^0.22.0
|
flame: ^0.22.1
|
||||||
```
|
```
|
||||||
|
|
||||||
And start using it!
|
And start using it!
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: flame
|
name: flame
|
||||||
description: A minimalist Flutter game engine, provides a nice set of somewhat independent modules you can choose from.
|
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
|
homepage: https://github.com/flame-engine/flame
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user