From 7f987ea76420b38483bf0a3b08769e486c956a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20M=C3=B6ller?= Date: Sun, 22 Dec 2024 18:45:26 +0200 Subject: [PATCH] bump version for andorid hotfix --- frosthaven_assistant/lib/Layout/menus/main_menu.dart | 2 +- frosthaven_assistant/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frosthaven_assistant/lib/Layout/menus/main_menu.dart b/frosthaven_assistant/lib/Layout/menus/main_menu.dart index d9af9511..0d89c8db 100644 --- a/frosthaven_assistant/lib/Layout/menus/main_menu.dart +++ b/frosthaven_assistant/lib/Layout/menus/main_menu.dart @@ -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")) ], ), ), diff --git a/frosthaven_assistant/pubspec.yaml b/frosthaven_assistant/pubspec.yaml index 0411243c..b87502a8 100644 --- a/frosthaven_assistant/pubspec.yaml +++ b/frosthaven_assistant/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.10.1+39 +version: 1.10.2+40 environment: sdk: ">=3.4.0 <3.8.0"