diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f7fed..d9a4939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ +## 0.6.1 + +- Update dependencies +- New and improved example template +- Fix CLI arguments / interactive mode hiccups +- Improve parameter validation + ## 0.6.0 - Upgraded to Flame v1.11.0 - + ## 0.5.0 - Upgraded to mason 0.1.0-dev.34 diff --git a/lib/version.g.dart b/lib/version.g.dart index 9165808..f5df3f9 100644 --- a/lib/version.g.dart +++ b/lib/version.g.dart @@ -1,3 +1,3 @@ // This file is generated. Do not manually edit. -String igniteVersion = '0.6.0'; +String igniteVersion = '0.6.1'; diff --git a/pubspec.yaml b/pubspec.yaml index 95296d2..0a03079 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: ignite_cli description: Ignite your projects with flame; a CLI scaffolding tool to create and setup your Flame projects -version: 0.6.0 +version: 0.6.1 repository: https://github.com/flame-engine/ignite-cli # Add the bin/ignite.dart script to the scripts pub installs @@ -27,4 +27,4 @@ dev_dependencies: dartdoc: ^8.0.2 flame_lint: ^1.3.0 mason_cli: ^0.1.2 - test: ^1.24.9 \ No newline at end of file + test: ^1.24.9