Skip to content

Commit b9695c0

Browse files
committed
Build with newest ui5 link
1 parent 5f85928 commit b9695c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/jsroot.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const version_id = 'dev',
1111

1212
/** @summary version date
1313
* @desc Release date in format day/month/year like '14/04/2022' */
14-
version_date = '19/09/2024',
14+
version_date = '20/09/2024',
1515

1616
/** @summary version id and date
1717
* @desc Produced by concatenation of {@link version_id} and {@link version_date}
@@ -60195,7 +60195,7 @@ async function loadOpenui5(args) {
6019560195
}
6019660196

6019760197
const openui5_sources = [];
60198-
let openui5_dflt = 'https://openui5.hana.ondemand.com/1.98.0/',
60198+
let openui5_dflt = 'https://openui5.hana.ondemand.com/1.128.0/',
6019960199
openui5_root = rootui5sys ? rootui5sys + 'distribution/' : '';
6020060200

6020160201
if (isStr(args.openui5src)) {

modules/core.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const version_id = 'dev',
44

55
/** @summary version date
66
* @desc Release date in format day/month/year like '14/04/2022' */
7-
version_date = '19/09/2024',
7+
version_date = '20/09/2024',
88

99
/** @summary version id and date
1010
* @desc Produced by concatenation of {@link version_id} and {@link version_date}

0 commit comments

Comments
 (0)