From 189ce9a33aa27bc90c099d8c365300d99858864b Mon Sep 17 00:00:00 2001 From: Lukas Klingsbo Date: Fri, 8 Dec 2023 08:46:14 +0100 Subject: [PATCH] chore: Publish 0.6.0 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a1d9f8..c6f7fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.0 + +- Upgraded to Flame v1.11.0 + ## 0.5.0 - Upgraded to mason 0.1.0-dev.34 diff --git a/pubspec.yaml b/pubspec.yaml index b64620d..6a943c9 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.5.0 +version: 0.6.0 repository: https://github.com/flame-engine/ignite-cli # Add the bin/ignite.dart script to the scripts pub installs