Skip to content

Commit

Permalink
Updated version and changelog to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadyBoukhary committed May 9, 2019
1 parent a0a0e86 commit 093a8f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.0.2] - Thursday, May 9th, 2019

* Fixed documentation typos
* Changed misleading assertion messages
* Cleaned documentation

## [1.0.1] - Tuesday, April 30th, 2019

* Fixed documentation typos
Expand All @@ -7,7 +13,6 @@
* Added example application
* Addded documentation


## [0.0.1] - Tuesday, April 30th, 2019

* Implementation of the Clean Architecture by Uncle Bob in Flutter Library
Expand All @@ -17,4 +22,3 @@
* UseCase class
* Observer class
* Can be used to set up a Flutter project using the Clean Architecture
*
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_clean_architecture
description: A Flutter package that implements the Clean Architecture by Uncle Bob in Flutter. It provides Views, Controllers, Presenters, Observers, and UseCases.
version: 1.0.1
version: 1.0.2
author: Shady Boukhary <[email protected]>
homepage: https://github.com/ShadyBoukhary/flutter_clean_architecture

Expand Down

0 comments on commit 093a8f8

Please sign in to comment.