diff --git a/CHANGELOG.md b/CHANGELOG.md index 677a12d..f6ce320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.6.2] - 2022-01-14 +### Added + +- Docs in the README.md + ## [0.6.1] - 2021-12-14 ### Added diff --git a/README.md b/README.md index ba74814..0ed1ba6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Architecture components used in icapps flutter projects [![Build Status](https://travis-ci.com/icapps/flutter-icapps-architecture.svg?branch=main)](https://travis-ci.com/icapps/flutter-icapps-architecture) [![Coverage Status](https://coveralls.io/repos/github/icapps/flutter-icapps-architecture/badge.svg)](https://coveralls.io/github/icapps/flutter-icapps-architecture) -[![pub package](https://img.shields.io/pub/v/icapps-architecture.svg)](https://pub.dartlang.org/packages/icapps-architecture) +[![pub package](https://img.shields.io/pub/v/icapps_architecture.svg)](https://pub.dartlang.org/packages/icapps_architecture) ### Custom Error handling #### Localized error diff --git a/pubspec.yaml b/pubspec.yaml index ed883cc..8b49b83 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ homepage: https://github.com/icapps/flutter-icapps-architecture repository: https://github.com/icapps/flutter-icapps-architecture issue_tracker: https://github.com/icapps/flutter-icapps-architecture/issues -version: 0.6.1 +version: 0.6.2 environment: sdk: '>=2.14.0 <3.0.0'