diff --git a/Frontend/lib/mih_config/mih_theme.dart b/Frontend/lib/mih_config/mih_theme.dart index a50df120..76a9e070 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.14"; + String latestVersion = "1.1.15"; // Options:- // f3f9d2 = Cream // f0f0c9 = cream2 diff --git a/Frontend/pubspec.yaml b/Frontend/pubspec.yaml index 577ca151..c793ee20 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.14+89 +version: 1.1.15+90 environment: sdk: '>=3.5.3 <4.0.0'