From b7f2cafc09dc72d80a344f2131e7f4d0acc1e4b3 Mon Sep 17 00:00:00 2001 From: LINUX-PC Date: Sun, 28 Apr 2019 21:05:44 +0200 Subject: [PATCH] Updated version --- CHANGELOG.md | 6 +++++- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2853058..e1c1e54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.0.2] - April 28th, 2019 + +* Small fixes to documentation + ## [0.0.1] - April 28th, 2019 -First release of this package! More features coming soon™ +* First release of this package! More features coming soon™ diff --git a/example/pubspec.lock b/example/pubspec.lock index 0b0fe75..19e1793 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -87,7 +87,7 @@ packages: path: ".." relative: true source: path - version: "0.0.1" + version: "0.0.2" sky_engine: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index b6dd3af..d57a5c9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: row_collection description: Collection of various custom widgets, useful for displaying information in Columns. -version: 0.0.1 +version: 0.0.2 author: Jesus Rodriguez homepage: https://github.com/jesusrp98/row_collection