Skip to content

Commit

Permalink
increase version to 4.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
albertnahas committed Aug 23, 2021
1 parent e9796fb commit ef9c1cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions webapp/config.js
Original file line number Diff line number Diff line change
@@ -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");
Expand Down Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "application",
"i18n": "i18n/i18n.properties",
"applicationVersion": {
"version": "4.7.10"
"version": "4.7.11"
},
"title": "ShortPoint Widget",
"description": "{{appDescription}}",
Expand Down

0 comments on commit ef9c1cc

Please sign in to comment.