From 7a766b1fc45f7c6ccd5ca996e2bfe0930d8aafd6 Mon Sep 17 00:00:00 2001 From: vipulasri Date: Sun, 29 Jul 2018 18:48:35 +0530 Subject: [PATCH] RELEASE: v0.1.3, support for dart v2 --- CHANGELOG.md | 2 ++ README.md | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9aaeed..aef6dbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.1.3 +* Updated library to support dart v2 ## 0.1.2 * Updated Readme and screenshot diff --git a/README.md b/README.md index ce1efba..bd3c36d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A Flutter library to add bubble tab indicator to TabBar. Add package from github by adding the following to your pubspec.yaml, pub publication is added later. ```` dependencies: - bubble_tab_indicator: "^0.1.2" + bubble_tab_indicator: "^0.1.3" ```` Import the library in your file: ```` diff --git a/pubspec.yaml b/pubspec.yaml index 815e400..0209bb7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: bubble_tab_indicator description: A Flutter library to add bubble tab indicator to TabBar -version: 0.1.2 +version: 0.1.3 author: Vipul Asri homepage: https://github.com/vipulasri/flutter_bubble_tab_indicator @@ -13,4 +13,4 @@ dev_dependencies: sdk: flutter environment: - sdk: '>=1.23.0 <2.0.0' \ No newline at end of file + sdk: '>=1.23.0 <3.0.0' \ No newline at end of file