From 74433967ede34462701c07d36b01e2bb122da1f9 Mon Sep 17 00:00:00 2001 From: leoafarias Date: Fri, 14 Aug 2020 18:43:43 -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 6e363a87..6b2f9d6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.1.8 + +- Fix for shared releases between channels + ## 1.1.7 - Changed version on builder diff --git a/lib/src/version.dart b/lib/src/version.dart index b8178b8d..e2099e78 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.1.7'; +const packageVersion = '1.1.8'; diff --git a/pubspec.yaml b/pubspec.yaml index 396380a8..78e4a4b0 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.7 +version: 1.1.8 homepage: https://github.com/leoafarias/fvm environment: