From d21cd4a484c4300175245ff8d903b4aa861e45ba Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Wed, 3 Mar 2021 15:29:04 -0600 Subject: [PATCH] chore: v0.1.3 (#103) --- CHANGELOG.md | 12 +++++++++++- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b0829a8..cbc6267b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ -# [v0.1.2] (2021-02-22) +# v0.1.3 (2021-03-03) + +### Features + +- use stable channel ([#102](https://github.com/VeryGoodOpenSource/very_good_cli/issues/102)) ([be75e83](https://github.com/VeryGoodOpenSource/very_good_cli/commit/be75e83617c03c70b51072edc7caca383632e0be)) + +### Bug Fixes + +- android runConfiguration flavors + +# v0.1.2 (2021-02-22) ### Features diff --git a/lib/src/version.dart b/lib/src/version.dart index 873928aa..db9e3589 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.1.2'; +const packageVersion = '0.1.3'; diff --git a/pubspec.yaml b/pubspec.yaml index c5546b49..9d638403 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: very_good_cli description: A Very Good Command Line Interface for Dart created by Very Good Ventures. -version: 0.1.2 +version: 0.1.3 homepage: https://github.com/VeryGoodOpenSource/very_good_cli environment: