diff --git a/CHANGELOG.md b/CHANGELOG.md index f36a2d84..dfe87237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.7 + +- Updated Flutter releases URL + ## 2.0.6 - Added fallback if Flutter Release API is down diff --git a/lib/src/version.dart b/lib/src/version.dart index 29385286..aa437372 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.0.6'; +const packageVersion = '2.0.7'; diff --git a/pubspec.yaml b/pubspec.yaml index 110f44c3..38964bdf 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.6 +version: 2.0.7 homepage: https://github.com/leoafarias/fvm environment: