mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-10 22:51:30 +08:00
bump version
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
## [next]
|
## [next]
|
||||||
|
|
||||||
|
## 0.15.2
|
||||||
- Exposing tile objects on TiledComponent (thanks @renatoferreira656)
|
- Exposing tile objects on TiledComponent (thanks @renatoferreira656)
|
||||||
- Adding integrated API for taps on Game class and adding Tapeables mixin for PositionComponents
|
- Adding integrated API for taps on Game class and adding Tapeables mixin for PositionComponents
|
||||||
|
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ Just drop it in your `pubspec.yaml`:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
dependencies:
|
dependencies:
|
||||||
flame: ^0.15.1
|
flame: ^0.15.2
|
||||||
```
|
```
|
||||||
|
|
||||||
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.15.1
|
version: 0.15.2
|
||||||
author: Luan Nico <luannico27@gmail.com>
|
author: Luan Nico <luannico27@gmail.com>
|
||||||
homepage: https://github.com/flame-engine/flame
|
homepage: https://github.com/flame-engine/flame
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user