Skip to content

Commit 093a8f8

Browse files
committed
Updated version and changelog to v1.0.2
1 parent a0a0e86 commit 093a8f8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.0.2] - Thursday, May 9th, 2019
2+
3+
* Fixed documentation typos
4+
* Changed misleading assertion messages
5+
* Cleaned documentation
6+
17
## [1.0.1] - Tuesday, April 30th, 2019
28

39
* Fixed documentation typos
@@ -7,7 +13,6 @@
713
* Added example application
814
* Addded documentation
915

10-
1116
## [0.0.1] - Tuesday, April 30th, 2019
1217

1318
* Implementation of the Clean Architecture by Uncle Bob in Flutter Library
@@ -17,4 +22,3 @@
1722
* UseCase class
1823
* Observer class
1924
* Can be used to set up a Flutter project using the Clean Architecture
20-
*

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_clean_architecture
22
description: A Flutter package that implements the Clean Architecture by Uncle Bob in Flutter. It provides Views, Controllers, Presenters, Observers, and UseCases.
3-
version: 1.0.1
3+
version: 1.0.2
44
author: Shady Boukhary <[email protected]>
55
homepage: https://github.com/ShadyBoukhary/flutter_clean_architecture
66

0 commit comments

Comments
 (0)