From d3c304e41f4163789ef94a2e72d9db4f01ec9382 Mon Sep 17 00:00:00 2001 From: leoafarias Date: Fri, 17 Jul 2020 07:32:07 -0400 Subject: [PATCH] Version bump --- CHANGELOG.md | 4 ++++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd33de01..ec82127c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.1.2 + +- Added upgrade message if not running the latest fvm version + ## 1.1.1 - Static analysis, and dart convention on README.md diff --git a/lib/src/version.dart b/lib/src/version.dart index dd97096f..28abf73c 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.1.1'; +const packageVersion = '1.1.2'; diff --git a/pubspec.yaml b/pubspec.yaml index c8b7207f..eb7f4de7 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.1.1 +version: 1.1.2 homepage: https://github.com/leoafarias/fvm environment: