Skip to content

Commit 3ef52c9

Browse files
committed
RELEASE: v0.1.2
1 parent 04edc9e commit 3ef52c9

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11

2+
## 0.1.2
3+
* Updated Readme and screenshot
4+
25
## 0.1.1
36
* Updated Readme and some code formatting
47

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A Flutter library to add bubble tab indicator to TabBar.
1111
Add package from github by adding the following to your pubspec.yaml, pub publication is added later.
1212
````
1313
dependencies:
14-
bubble_tab_indicator: "^0.1.1"
14+
bubble_tab_indicator: "^0.1.2"
1515
````
1616
Import the library in your file:
1717
````

images/banner.jpg

-34.2 KB
Loading

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: bubble_tab_indicator
22
description: A Flutter library to add bubble tab indicator to TabBar
3-
version: 0.1.1
3+
version: 0.1.2
44
author: Vipul Asri <[email protected]>
55
homepage: https://github.com/vipulasri/flutter_bubble_tab_indicator
66

0 commit comments

Comments
 (0)