Skip to content

Commit

Permalink
chore(very_good_flutter_plugin): v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Aug 23, 2024
1 parent 2b61bdf commit 718ed84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions very_good_flutter_plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion very_good_flutter_plugin/brick.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion very_good_flutter_plugin/hooks/lib/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 718ed84

Please sign in to comment.