diff --git a/very_good_flutter_plugin/CHANGELOG.md b/very_good_flutter_plugin/CHANGELOG.md index 6fcce9d..de9551a 100644 --- a/very_good_flutter_plugin/CHANGELOG.md +++ b/very_good_flutter_plugin/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.9.0 + +- feat: update to Flutter 3.24 and Dart 3.5 ([#177](https://github.com/VeryGoodOpenSource/very_good_templates/pull/177)) + # 0.8.2 - chore: update gradle to 7.6.1 ([#150](https://github.com/VeryGoodOpenSource/very_good_templates/pull/150)) diff --git a/very_good_flutter_plugin/brick.yaml b/very_good_flutter_plugin/brick.yaml index 362e9ec..2380e6f 100644 --- a/very_good_flutter_plugin/brick.yaml +++ b/very_good_flutter_plugin/brick.yaml @@ -1,7 +1,7 @@ name: very_good_flutter_plugin description: A Very Good federated Flutter plugin created by Very Good Ventures. repository: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_flutter_plugin -version: 0.8.2 +version: 0.9.0 environment: mason: ">=0.1.0-dev.52 <0.1.0" diff --git a/very_good_flutter_plugin/hooks/lib/version.dart b/very_good_flutter_plugin/hooks/lib/version.dart index 28dba20..7c50627 100644 --- a/very_good_flutter_plugin/hooks/lib/version.dart +++ b/very_good_flutter_plugin/hooks/lib/version.dart @@ -5,7 +5,7 @@ library; /// The version of the template. -const $templateVersion = '0.8.2'; +const $templateVersion = '0.9.0'; /// The Flutter version associated with the template version. const $flutterVersion = '3.24.0';