diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b42c268..4a6d2eaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.0.1 + +- Fixed Dart SDK download on brew installations. +- Do not ask for setup flow on VSCode if not detected. + ## 3.0.0 ### Added diff --git a/lib/src/version.g.dart b/lib/src/version.g.dart index 17ee98f6..0c7a16da 100644 --- a/lib/src/version.g.dart +++ b/lib/src/version.g.dart @@ -1,3 +1,3 @@ // GENERATED CODE - DO NOT MODIFY BY HAND -const packageVersion = '3.0.0'; +const packageVersion = '3.0.1'; diff --git a/pubspec.yaml b/pubspec.yaml index 61fef7e0..2b4431ad 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.0 +version: 3.0.1 homepage: https://github.com/leoafarias/fvm environment: