From afa88887626b64d42552a31307a8245d1d3f55c2 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Thu, 1 Apr 2021 12:46:16 -0500 Subject: [PATCH] chore: bump to v0.1.7 (#115) --- CHANGELOG.md | 6 ++++++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c76c97e..1c34d7a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.1.7 (2021-04-01) + +### Bug Fixes + +- android build ([#114](https://github.com/VeryGoodOpenSource/very_good_cli/issues/114)) ([b6af9d5](https://github.com/VeryGoodOpenSource/very_good_cli/commit/b6af9d547c2b52ba62c8fe1cdab2a4e517047902)) + # v0.1.6 (2021-03-18) ### Features diff --git a/lib/src/version.dart b/lib/src/version.dart index a60edf94..d1dc24a6 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.1.6'; +const packageVersion = '0.1.7'; diff --git a/pubspec.yaml b/pubspec.yaml index 327a2dfb..d9441c48 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.6 +version: 0.1.7 homepage: https://github.com/VeryGoodOpenSource/very_good_cli environment: