From 0ecab7241a5440d0b63cfbf328d392789d04d681 Mon Sep 17 00:00:00 2001 From: leoafarias Date: Mon, 12 Apr 2021 06:00:30 -0400 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 d36959de..ad547549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.0.0-dev.4 +## 2.0.0-dev.5 - Feature: Environments - Set Flutter sdk versions per project environment. - Feature: Which - Easily view the Flutter version configure for the project and it's state diff --git a/lib/src/version.dart b/lib/src/version.dart index 9aeea1b1..0c54c4bc 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.0.0-dev.4'; +const packageVersion = '2.0.0-dev.5'; diff --git a/pubspec.yaml b/pubspec.yaml index 3e0d4292..8cdfe087 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.0.0-dev.4 +version: 2.0.0-dev.5 homepage: https://github.com/leoafarias/fvm environment: