From 1bd2d54cfd8cc29b40699d08ce98d5c09ee7783f Mon Sep 17 00:00:00 2001 From: wasabeef Date: Tue, 8 Sep 2020 19:22:32 +0900 Subject: [PATCH] bump up 1.0.1 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 110abe71..db855072 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.1 + +Bug fix + - Issue [#21](https://github.com/FlutterGen/flutter_gen/issues/21) + ## 1.0.0 Initial release. diff --git a/pubspec.yaml b/pubspec.yaml index 3db4e419..f5929d59 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_gen description: The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs. -version: 1.0.0 +version: 1.0.1 komepage: https://github.com/FlutterGen/flutter_gen repository: https://github.com/FlutterGen/flutter_gen documentation: https://github.com/FlutterGen/flutter_gen