From 1b99207ceb1868f1d5c8f1a2a988b0c2b270e146 Mon Sep 17 00:00:00 2001 From: Shubham Soni Date: Mon, 24 Jan 2022 18:39:25 +0530 Subject: [PATCH] package version bump --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 0b7c6e7..ef959a5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: autoscale_tabbarview description: A simple package which extends default TabbarView to have childreb with dynamic height. -version: 1.0.0 +version: 1.0.1 homepage: https://github.com/shubhamhackz/autoscale_tabbarview git: https://github.com/shubhamhackz/autoscale_tabbarview repository: https://github.com/shubhamhackz/autoscale_tabbarview @@ -16,7 +16,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^1.0.1 + flutter_lints: ^1.0.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec