From 0378c5b3a650dea6dea011c5ac120828e6b63ac0 Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Mon, 30 Jun 2025 11:20:25 +0200 Subject: [PATCH] Version update to v1.1.12+77 --- Frontend/lib/mih_config/mih_theme.dart | 2 +- Frontend/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Frontend/lib/mih_config/mih_theme.dart b/Frontend/lib/mih_config/mih_theme.dart index 4915f38e..5f134a5e 100644 --- a/Frontend/lib/mih_config/mih_theme.dart +++ b/Frontend/lib/mih_config/mih_theme.dart @@ -13,7 +13,7 @@ class MihTheme { late String loadingAssetText; late TargetPlatform platform; bool kIsWeb = const bool.fromEnvironment('dart.library.js_util'); - String latestVersion = "1.1.11"; + String latestVersion = "1.1.12"; // Options:- // f3f9d2 = Cream // f0f0c9 = cream2 diff --git a/Frontend/pubspec.yaml b/Frontend/pubspec.yaml index f01b577c..33c87e07 100644 --- a/Frontend/pubspec.yaml +++ b/Frontend/pubspec.yaml @@ -1,7 +1,7 @@ name: mzansi_innovation_hub description: "" publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.1.11+76 +version: 1.1.12+77 environment: sdk: '>=3.5.3 <4.0.0'