This commit is contained in:
Luan Nico
2017-11-13 07:37:30 -02:00
parent 549b16befc
commit 3526ce9d5c
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
## [0.6.1]
- Bump required dart version
## [0.6.0]
- Adding audio suport for iOS (bumping audioplayers version)
## [0.5.0]
- Adding a text method to Util to more easily render a Paragraph

View File

@ -1,6 +1,6 @@
name: flame
description: A minimalist Flutter game engine
version: 0.6.0
version: 0.6.1
author: Luan Nico <luannico27@gmail.com>
homepage: https://github.com/luanpotter/flame
@ -13,4 +13,4 @@ dependencies:
path_provider: ^0.2.1+1
environment:
sdk: ">=1.8.0 <2.0.0"
sdk: ">=1.13.0 <2.0.0"