diff --git a/packages/flutter_floating_bottom_bar/CHANGELOG.md b/packages/flutter_floating_bottom_bar/CHANGELOG.md index da266a6..05a4af5 100644 --- a/packages/flutter_floating_bottom_bar/CHANGELOG.md +++ b/packages/flutter_floating_bottom_bar/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.1+1 + +* Fix code formatting + ## 1.2.1 * Update to Flutter v3.22.1 diff --git a/packages/flutter_floating_bottom_bar/pubspec.yaml b/packages/flutter_floating_bottom_bar/pubspec.yaml index 7b52e60..73f19a9 100644 --- a/packages/flutter_floating_bottom_bar/pubspec.yaml +++ b/packages/flutter_floating_bottom_bar/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_floating_bottom_bar description: A flutter package that allows showing a floating widget that can be used as a tab bar, bottom navigation bar, etc. The widget reacts to scrolling events too. -version: 1.2.1 +version: 1.2.1+1 homepage: https://hashstudios.dev repository: https://github.com/codenameakshay/flutter-floating-bottom-bar diff --git a/pubspec.lock b/pubspec.lock index 131dab5..18327a2 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -68,7 +68,7 @@ packages: path: "packages/flutter_floating_bottom_bar" relative: true source: path - version: "1.2.1" + version: "1.2.1+1" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 1c6c544..b6d2460 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.2.1+5 +version: 1.2.1+6 environment: sdk: ">=2.12.0 <3.0.0"