diff --git a/CHANGELOG.md b/CHANGELOG.md index ad547549..0262af31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.0.0-dev.5 +## 2.0.0-dev.6 - 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 0c54c4bc..bd704ce8 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.5'; +const packageVersion = '2.0.0-dev.6'; diff --git a/pubspec.yaml b/pubspec.yaml index 8cdfe087..6e7d5b29 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.5 +version: 2.0.0-dev.6 homepage: https://github.com/leoafarias/fvm environment: