Skip to content

Commit

Permalink
RELEASE: v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulasri committed May 21, 2018
1 parent 04edc9e commit 3ef52c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

## 0.1.2
* Updated Readme and screenshot

## 0.1.1
* Updated Readme and some code formatting

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.1"
bubble_tab_indicator: "^0.1.2"
````
Import the library in your file:
````
Expand Down
Binary file modified images/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion 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.1
version: 0.1.2
author: Vipul Asri <[email protected]>
homepage: https://github.com/vipulasri/flutter_bubble_tab_indicator

Expand Down

0 comments on commit 3ef52c9

Please sign in to comment.