From c0481b9e8eced35074943a1216a21c54644c46f8 Mon Sep 17 00:00:00 2001 From: leoafarias Date: Tue, 4 May 2021 07:07:08 -0400 Subject: [PATCH] Version bump --- CHANGELOG.md | 2 +- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5abc87e0..9bf80725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.0.2-dev.0 +## 2.0.2 - Fixes regression when running `fvm install` diff --git a/lib/src/version.dart b/lib/src/version.dart index 42244b22..57ef5ad5 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.0.2-dev.0'; +const packageVersion = '2.0.2'; diff --git a/pubspec.yaml b/pubspec.yaml index 244e1ac9..07e697e9 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: 2.0.2-dev.0 +version: 2.0.2 homepage: https://github.com/leoafarias/fvm environment: