diff --git a/CHANGELOG.md b/CHANGELOG.md index 098eb20e..3f6acdb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.4 + +- Indicates global version on list command. + ## 1.0.3 - Fixes issue with stdin on Flutter commands. diff --git a/lib/src/version.dart b/lib/src/version.dart index ee682076..00bb7c44 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.0.3'; +const packageVersion = '1.0.4'; diff --git a/pubspec.yaml b/pubspec.yaml index 3f27d6e1..6d17f5e4 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: 1.0.3 +version: 1.0.4 homepage: https://github.com/leoafarias/fvm environment: