From 2a5f954ad6bdbcd242fc0acc4bd39e8bd0d46031 Mon Sep 17 00:00:00 2001 From: Leo Farias Date: Wed, 6 Mar 2024 13:00:02 -0500 Subject: [PATCH] Version bump --- CHANGELOG.md | 2 +- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a1c7ad..cd2fe31f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 3.0.13 * Added: `fvm use [version] --force` now skips install confirmation prompt by @mrgnhnt96 * Added: Added flag to skip pub get on `install` and `use`, `--skip-pub-get` by @mrgnhnt96 diff --git a/lib/src/version.dart b/lib/src/version.dart index a28987a6..c8ca7677 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '3.0.10'; +const packageVersion = '3.0.13'; diff --git a/pubspec.yaml b/pubspec.yaml index 2c7ee21d..060b4bf3 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.0.10 +version: 3.0.13 homepage: https://github.com/leoafarias/fvm environment: