From ef9c1cc6b54403bb93cde98ee76f27d2565702a1 Mon Sep 17 00:00:00 2001 From: albertnahas Date: Wed, 11 Aug 2021 16:33:47 +0400 Subject: [PATCH] increase version to 4.7.11 --- webapp/config.js | 4 ++-- webapp/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/config.js b/webapp/config.js index f1807f2..a180fcc 100644 --- a/webapp/config.js +++ b/webapp/config.js @@ -1,5 +1,5 @@ (function() { - var version = "4.7.10"; + var version = "4.7.11"; var sNamespace = "shortpoint-widget-beta"; var versionBuster = version.replace(/\./g, "00"); @@ -50,7 +50,7 @@ var root = prefix + "/~" + versionBuster + "~/" + webapp; jQuery.sap.registerModulePath("shortpoint-root", root); - jQuery.sap.registerModulePath("shortpoint-libs", "https://d2zzvnmppezkx.cloudfront.net/sap/4.7.10" + "/libs"); + jQuery.sap.registerModulePath("shortpoint-libs", "https://d2zzvnmppezkx.cloudfront.net/sap/4.7.11" + "/libs"); sap.ui.define(["./connections"], function (connections) { "use strict"; diff --git a/webapp/manifest.json b/webapp/manifest.json index e4d5240..f6cbd13 100644 --- a/webapp/manifest.json +++ b/webapp/manifest.json @@ -6,7 +6,7 @@ "type": "application", "i18n": "i18n/i18n.properties", "applicationVersion": { - "version": "4.7.10" + "version": "4.7.11" }, "title": "ShortPoint Widget", "description": "{{appDescription}}",