Skip to content

Commit ef9c1cc

Browse files
author
albertnahas
committed
increase version to 4.7.11
1 parent e9796fb commit ef9c1cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

webapp/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(function() {
2-
var version = "4.7.10";
2+
var version = "4.7.11";
33
var sNamespace = "shortpoint-widget-beta";
44

55
var versionBuster = version.replace(/\./g, "00");
@@ -50,7 +50,7 @@
5050

5151
var root = prefix + "/~" + versionBuster + "~/" + webapp;
5252
jQuery.sap.registerModulePath("shortpoint-root", root);
53-
jQuery.sap.registerModulePath("shortpoint-libs", "https://d2zzvnmppezkx.cloudfront.net/sap/4.7.10" + "/libs");
53+
jQuery.sap.registerModulePath("shortpoint-libs", "https://d2zzvnmppezkx.cloudfront.net/sap/4.7.11" + "/libs");
5454

5555
sap.ui.define(["./connections"], function (connections) {
5656
"use strict";

webapp/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "application",
77
"i18n": "i18n/i18n.properties",
88
"applicationVersion": {
9-
"version": "4.7.10"
9+
"version": "4.7.11"
1010
},
1111
"title": "ShortPoint Widget",
1212
"description": "{{appDescription}}",

0 commit comments

Comments
 (0)