Skip to content

Commit

Permalink
bump version for andorid hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmslitaren committed Dec 22, 2024
1 parent 7b46495 commit 7f987ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frosthaven_assistant/lib/Layout/menus/main_menu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Drawer createMainMenu(BuildContext context) {
child: Stack(
children: [
Positioned(
right: 6, bottom: 0, child: Text("Version 1.10.1"))
right: 6, bottom: 0, child: Text("Version 1.10.2"))
],
),
),
Expand Down
2 changes: 1 addition & 1 deletion frosthaven_assistant/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.10.1+39
version: 1.10.2+40

environment:
sdk: ">=3.4.0 <3.8.0"
Expand Down

0 comments on commit 7f987ea

Please sign in to comment.