diff --git a/CHANGELOG.md b/CHANGELOG.md index 6392f0e..5fa2404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -# 0.1.0 (2022-03-09) +# [0.1.1](https://github.com/VeryGoodOpenSource/very_good_test_runner/compare/v0.1.0...v0.1.1) (2022-03-09) + +### Bug Fixes + +- README logo order ([aaba957](https://github.com/VeryGoodOpenSource/very_good_test_runner/commit/aaba957d3bc6739e7d7314cdb8a0dd1fae5e696d)) + +# [0.1.0](https://github.com/VeryGoodOpenSource/very_good_test_runner/compare/3001cef12ee5fb5c52a1652ff24209037a225ece...v0.1.0) (2022-03-09) ### Features diff --git a/pubspec.yaml b/pubspec.yaml index 19f81f0..b556763 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: very_good_test_runner description: A test runner for Flutter and Dart created by Very Good Ventures homepage: https://github.com/VeryGoodOpenSource/very_good_test_runner -version: 0.1.0 +version: 0.1.1 environment: sdk: ">=2.16.0 <3.0.0"