From a29d0afeb8f29867eb485bb8f82f0db4409996a3 Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Mon, 16 Feb 2026 13:25:46 +0200 Subject: [PATCH] update version number of mih --- mih_ui/lib/mih_config/mih_theme.dart | 2 +- mih_ui/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mih_ui/lib/mih_config/mih_theme.dart b/mih_ui/lib/mih_config/mih_theme.dart index dd7ea4c1..02f1fa42 100644 --- a/mih_ui/lib/mih_config/mih_theme.dart +++ b/mih_ui/lib/mih_config/mih_theme.dart @@ -9,7 +9,7 @@ class MihTheme { late String loadingAssetText; late TargetPlatform platform; bool kIsWeb = const bool.fromEnvironment('dart.library.js_util'); - String latestVersion = "1.2.5"; + String latestVersion = "1.2.6"; MihTheme() { mode = "Dark"; } diff --git a/mih_ui/pubspec.yaml b/mih_ui/pubspec.yaml index 88e94c22..6d2db76a 100644 --- a/mih_ui/pubspec.yaml +++ b/mih_ui/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.2.5+126 +version: 1.2.6+127 # version: 1.1.1+97 #--- Updated version for upgrader package testing environment: