From 7f07a3475fd556832900d7e5dbb371f8cbd33b79 Mon Sep 17 00:00:00 2001 From: leoafarias Date: Mon, 22 Jun 2020 13:14:54 -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 76e9580f..c6aa1c2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.1 + +- Supress verbose message for install progress. + ## 1.0.0 - List Flutter Releases diff --git a/lib/src/version.dart b/lib/src/version.dart index 526cd53d..92a0d667 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.0.0'; +const packageVersion = '1.0.1'; diff --git a/pubspec.yaml b/pubspec.yaml index 724a67d3..55d400f2 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.0 +version: 1.0.1 homepage: https://github.com/leoafarias/fvm environment: