Skip to content

Commit

Permalink
RELEASE: v0.1.3, support for dart v2
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulasri committed Jul 29, 2018
1 parent 3ef52c9 commit 7a766b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.1.3
* Updated library to support dart v2

## 0.1.2
* Updated Readme and screenshot
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
````
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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 <vipulasri.2007@gmail.com>
homepage: https://github.com/vipulasri/flutter_bubble_tab_indicator

Expand All @@ -13,4 +13,4 @@ dev_dependencies:
sdk: flutter

environment:
sdk: '>=1.23.0 <2.0.0'
sdk: '>=1.23.0 <3.0.0'

0 comments on commit 7a766b1

Please sign in to comment.