bump version

This commit is contained in:
Luan Nico
2019-09-10 20:36:21 -04:00
parent 83866be7ee
commit 1a76717d6e
3 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
## [next]
## 0.15.2
- Exposing tile objects on TiledComponent (thanks @renatoferreira656)
- Adding integrated API for taps on Game class and adding Tapeables mixin for PositionComponents

View File

@ -62,7 +62,7 @@ Just drop it in your `pubspec.yaml`:
```yaml
dependencies:
flame: ^0.15.1
flame: ^0.15.2
```
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.15.1
version: 0.15.2
author: Luan Nico <luannico27@gmail.com>
homepage: https://github.com/flame-engine/flame