diff --git a/CHANGELOG.md b/CHANGELOG.md index adcce4e..a9aaeed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.1.2 +* Updated Readme and screenshot + ## 0.1.1 * Updated Readme and some code formatting diff --git a/README.md b/README.md index fbb8ba6..ce1efba 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.1" + bubble_tab_indicator: "^0.1.2" ```` Import the library in your file: ```` diff --git a/images/banner.jpg b/images/banner.jpg index abd691c..2c1335b 100644 Binary files a/images/banner.jpg and b/images/banner.jpg differ diff --git a/pubspec.yaml b/pubspec.yaml index 6668e21..815e400 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.1 +version: 0.1.2 author: Vipul Asri homepage: https://github.com/vipulasri/flutter_bubble_tab_indicator