From aff6253eb1bbbfab38634d1b6e8ff177fd44a660 Mon Sep 17 00:00:00 2001 From: leoafarias Date: Tue, 9 Nov 2021 11:40:29 -0500 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 f2e1e433..43aa4712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.2.4 + +- Ensures SDK is setup when running `use` command. + ## 2.2.3 - Fix archive url from release info diff --git a/lib/src/version.dart b/lib/src/version.dart index c168df12..d93679e2 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.2.3'; +const packageVersion = '2.2.4'; diff --git a/pubspec.yaml b/pubspec.yaml index 3366d327..7a963fe9 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: 2.2.3 +version: 2.2.4 homepage: https://github.com/leoafarias/fvm environment: