From bb2d7917b7c70cb5e42c6f1527157200969b415e Mon Sep 17 00:00:00 2001 From: Nikola Date: Sat, 28 Dec 2019 01:00:16 +0100 Subject: [PATCH] Version bump to 0.1.5 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e5bd10..8540b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.5 + +* Refactor from events to method call +* Remove loading state (handle that in app) +* Better error handling + ## 0.1.4 * Fix iOS bug diff --git a/pubspec.yaml b/pubspec.yaml index 39b8c3f..ccfbddb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: link_preview description: Plugin for previewing links author: n1k3c homepage: https://github.com/n1k3c/flutter-link-preview -version: 0.1.4 +version: 0.1.5 environment: sdk: ">=2.1.0 <3.0.0"