Skip to content

Commit

Permalink
fix: new version 1.2.1+1
Browse files Browse the repository at this point in the history
  • Loading branch information
codenameakshay committed Aug 23, 2024
1 parent a72f3dc commit c5ae206
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/flutter_floating_bottom_bar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.1+1

* Fix code formatting

## 1.2.1

* Update to Flutter v3.22.1
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_floating_bottom_bar/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c5ae206

Please sign in to comment.