From 173f92d7457612f056de9f5fca315d0be268ba6c Mon Sep 17 00:00:00 2001 From: umasoodch Date: Mon, 30 May 2022 09:29:19 +0300 Subject: [PATCH] increased version --- .../services/authentication/authentication.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts b/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts index 44b886e6..918a8153 100644 --- a/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts +++ b/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts @@ -142,7 +142,7 @@ export class AuthenticationService { } else { mobileType = 'android'; } - request.VersionID = 3.4; + request.VersionID = 3.5; request.Channel = 31; request.LanguageID = TranslatorService.getCurrentLanguageCode(); request.MobileType = mobileType;