bump versions

This commit is contained in:
Luan Nico
2019-10-07 21:50:44 -04:00
parent 1d840fa9f1
commit 1f182f0748
4 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
## [next]
## 0.16.1
- Added `Bgm` class for easy looping background music management.
- Added options for flip rendering of PositionComponents easily (horizontal and vertical).
## 0.16.0
- Improve our mixin structure (breaking change)

View File

@ -62,7 +62,7 @@ Just drop it in your `pubspec.yaml`:
```yaml
dependencies:
flame: ^0.16.0
flame: ^0.16.1
```
And start using it!

View File

@ -31,7 +31,7 @@ Put the pub package as your dependency by dropping the following in your `pubspe
```yaml
dependencies:
flame: ^0.16.0
flame: ^0.16.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.16.0
version: 0.16.1
author: Luan Nico <luannico27@gmail.com>
homepage: https://github.com/flame-engine/flame