From 1624bea9d69a6747bbf76ebf24f073c01714f5bf Mon Sep 17 00:00:00 2001 From: Thomas Burkhart Date: Fri, 20 Sep 2024 12:56:41 +0100 Subject: [PATCH] V6.0.0 --- CHANGELOG.md | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d09cf8..9aa6946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +[6.0.0] +* official new release [6.0.0+pre2] * fixing asssert in CommandBuilder [6.0.0+pre1] diff --git a/pubspec.yaml b/pubspec.yaml index 920a21c..ebf42ee 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_command description: flutter_command is a way to manage your state based on `ValueListenable` and the `Command` design pattern. -version: 6.0.0+pre2 +version: 6.0.0 homepage: https://github.com/escamoteur/flutter_command environment: