diff --git a/CHANGELOG.md b/CHANGELOG.md index 76fd3434..318bf259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog +## 1.0.1 - 2020-01-22 + +### Added +* added couple of new components + - GFToast + - GFFloatingWidget + + ## 1.0.0 - 2020-01-20 ### Added diff --git a/README.md b/README.md index 45ac9a45..77da43d5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[](https://pub.dartlang.org/packages/getflutter) [](https://opensource.org/licenses/MIT) [](https://github.com/ionicfirebaseapp/getflutter/blob/master/LICENSE) [](https://www.getflutter.dev) [](https://twitter.com/getflutterdev) +[](https://pub.dartlang.org/packages/getflutter) [](https://travis-ci.com/ionicfirebaseapp/getflutter) [](https://opensource.org/licenses/MIT) [](https://github.com/ionicfirebaseapp/getflutter/blob/master/LICENSE) [](https://www.getflutter.dev) [](https://twitter.com/getflutterdev)
diff --git a/example/pubspec.lock b/example/pubspec.lock
index c583984a..36b4001a 100644
--- a/example/pubspec.lock
+++ b/example/pubspec.lock
@@ -80,7 +80,7 @@ packages:
path: ".."
relative: true
source: path
- version: "1.0.0"
+ version: "1.0.1"
image:
dependency: transitive
description:
diff --git a/pubspec.yaml b/pubspec.yaml
index 6fb701da..66d3b220 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
name: getflutter
description: GetFlutter is open source libraries that come with pre-build 1000+ UI components. It makes development faster & more enjoyable. You can customize the component as per your need.
-version: 1.0.0
+version: 1.0.1
#author: GetFlutter