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