diff --git a/CHANGELOG.md b/CHANGELOG.md index dfdada852..ab7c3cf75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index c8acf0a8a..49884f2c6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flame description: A minimalist Flutter game engine -version: 0.6.0 +version: 0.6.1 author: Luan Nico 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"