diff --git a/CHANGELOG.md b/CHANGELOG.md index a7aa1049..2bf8442b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.1.3 + +* Fixed: Version weight handles custom versions properly by @quyenvsp +* Remove requirement for pubspec at the root for monorepos by @leoafarias + ## 3.1.2 * Fixed: `fvm api context` command not been parsed correctly by @leoafarias diff --git a/lib/src/version.dart b/lib/src/version.dart index 50e65e2a..b84a8822 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '3.1.2'; +const packageVersion = '3.1.3'; diff --git a/pubspec.yaml b/pubspec.yaml index 29c91b27..37ba9cbb 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.1.2 +version: 3.1.3 homepage: https://github.com/leoafarias/fvm environment: