diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index 832de5bc..13ae512f 100644
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- $(FLUTTER_BUILD_NAME)
+ $(MARKETING_VERSION)
CFBundleSignature
????
CFBundleVersion
- $(FLUTTER_BUILD_NUMBER)
+ $(CURRENT_PROJECT_VERSION)
LSRequiresIPhoneOS
NSAppleMusicUsageDescription
diff --git a/lib/config/config.dart b/lib/config/config.dart
index d9ca0b3e..d4bf4599 100644
--- a/lib/config/config.dart
+++ b/lib/config/config.dart
@@ -251,7 +251,7 @@ const UPDATE_HEALTH_TERMS =
const CHANNEL = 3;
const GENERAL_ID = 'Cs2020@2016\$2958';
const IP_ADDRESS = '10.20.10.20';
-const VERSION_ID = 7.0;
+const VERSION_ID = 8.0;
const SETUP_ID = '91877';
const LANGUAGE = 2;
const PATIENT_OUT_SA = 0;
@@ -391,7 +391,7 @@ class AppGlobal {
Request getPublicRequest() {
Request request = new Request();
- request.VersionID = 7.0; //3.6;
+ request.VersionID = 8.0; //3.6;
request.Channel = 3;
request.IPAdress = "10.20.10.20";
request.generalid = 'Cs2020@2016\$2958';
diff --git a/pubspec.yaml b/pubspec.yaml
index 7bece15e..40c4f2dc 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -2,7 +2,7 @@ name: diplomaticquarterapp
description: A new Flutter application.
-version: 1.1.0+11
+version: 1.1.1+12
environment:
sdk: ">=2.6.0 <3.0.0"