Skip to content

Commit c5ae206

Browse files
fix: new version 1.2.1+1
1 parent a72f3dc commit c5ae206

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

packages/flutter_floating_bottom_bar/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.1+1
2+
3+
* Fix code formatting
4+
15
## 1.2.1
26

37
* Update to Flutter v3.22.1

packages/flutter_floating_bottom_bar/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_floating_bottom_bar
22
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.
3-
version: 1.2.1
3+
version: 1.2.1+1
44
homepage: https://hashstudios.dev
55
repository: https://github.com/codenameakshay/flutter-floating-bottom-bar
66

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ packages:
6868
path: "packages/flutter_floating_bottom_bar"
6969
relative: true
7070
source: path
71-
version: "1.2.1"
71+
version: "1.2.1+1"
7272
flutter_test:
7373
dependency: "direct dev"
7474
description: flutter

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 1.2.1+5
18+
version: 1.2.1+6
1919

2020
environment:
2121
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)