Skip to content

Commit

Permalink
Updated the version
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Jan 14, 2022
1 parent bcc444e commit 23bde1b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.6.2] - 2022-01-14
### Added

- Docs in the README.md

## [0.6.1] - 2021-12-14
### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 23bde1b

Please sign in to comment.