From eef436a5bdbd6ef6be33fc3487dd2a71602ed8cb Mon Sep 17 00:00:00 2001 From: akashtl Date: Sat, 30 May 2020 16:58:41 +0800 Subject: [PATCH] appversion updated --- charts/nynja-app-desktop/templates/nginx-configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nynja-app-desktop/templates/nginx-configmap.yaml b/charts/nynja-app-desktop/templates/nginx-configmap.yaml index 56fe24ade..7ff0a44c8 100644 --- a/charts/nynja-app-desktop/templates/nginx-configmap.yaml +++ b/charts/nynja-app-desktop/templates/nginx-configmap.yaml @@ -88,7 +88,7 @@ data: location /appversion { auth_basic off; default_type application/json; - return 200 '{"status":"success","version":"0.4.0","build":"1589451878","notes":["Electron Framework updated to latest version 8.0.1","Fixed select all keyboard shortcut (command + A) issue in Mac OS","Handled mic and camera permission issue on Mac OS","Handled black thumbnails in screen share popup on Windows OS","Updated spellcheck feature with stable library","Fixed cancel button issue in Print dialog of Pdf Viewer","Fullscreen and close button issue fixed in Pdf viewer","Added single process for upgrading web and native app upgrade","Seperated Codebase for native application","Fixed screen share and invite link issue for full screenshare dialog"]}'; + return 200 '{"status":"success","version":"0.4.0","build":"1590746729","notes":["Electron Framework updated to latest version 8.0.1","Fixed select all keyboard shortcut (command + A) issue in Mac OS","Handled mic and camera permission issue on Mac OS","Handled black thumbnails in screen share popup on Windows OS","Updated spellcheck feature with stable library","Fixed cancel button issue in Print dialog of Pdf Viewer","Fullscreen and close button issue fixed in Pdf viewer","Added single process for upgrading web and native app upgrade","Seperated Codebase for native application","Fixed screen share and invite link issue for full screenshare dialog"]}'; } # Webpack debug proxy (temporary) -- GitLab