diff --git a/CHANGELOG.md b/CHANGELOG.md index f1020c62..06809101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.8.2 + +- Size optimization of SDK downloads +- Code clean-up + ## 0.8.1 - Fixes `list` command when project has no config. diff --git a/lib/src/version.dart b/lib/src/version.dart index ac07ddab..9996bcbb 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.8.1'; +const packageVersion = '0.8.2'; diff --git a/pubspec.yaml b/pubspec.yaml index 5fe24a68..70823ce7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ 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: 0.8.1 +version: 0.8.2 homepage: https://github.com/leoafarias/fvm environment: