From 21332bad595220f1e830d269ed076f9a54b1db82 Mon Sep 17 00:00:00 2001 From: Leo Farias Date: Mon, 26 Aug 2024 08:44:47 -0400 Subject: [PATCH] Version bump --- CHANGELOG.md | 4 ++++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0576452a..9a84538f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.2.1 + +* fix: `--fvm-skip-input` flag not applying to context + ## 3.2.0 * add: support for skipping input requests by @Rexios80. Input requests are skipped when the `--fvm-skip-input` flag is passed. diff --git a/lib/src/version.dart b/lib/src/version.dart index 518a1829..e11e1d06 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '3.2.0'; +const packageVersion = '3.2.1'; diff --git a/pubspec.yaml b/pubspec.yaml index 91733525..ee0b4a3c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fvm description: A simple cli to manage Flutter SDK versions per project. Support channels, releases, and local cache for fast switching between versions. -version: 3.2.0 +version: 3.2.1 homepage: https://github.com/leoafarias/fvm environment: