Skip to content

Commit

Permalink
feat(LTS-UI5): bump to UI5 1.44.23
Browse files Browse the repository at this point in the history
  • Loading branch information
vobu committed Oct 26, 2017
1 parent 7771e84 commit 6198052
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ Still, local install `npm install ui5-codecompletion` will of course provide you
-f, --from URL or file system path to zip-file w/ UI5 runtime sources,
defaults to
"https://openui5.hana.ondemand.com/downloads/openui5-runtime-
1.44.21.zip"
1.44.23.zip"
-t, --to file system path, relative to $project_dir, to store UI5
sources in; defaults to "$project/.ui5"
-s, --sourceDir file system path, relative to $project_dir, to configure code
2 changes: 1 addition & 1 deletion lib/constants.js
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ const constants = {
tmpDownloadFile: path.join(os.tmpdir(),'ui5.zip'),
unzipPath: '.ui5', // install command: target for unzipping
sourceDir: '.ui5', // for configure command: where are the extracted ui5 sources stored
defaultUI5version: 'https://openui5.hana.ondemand.com/downloads/openui5-runtime-1.44.21.zip', // this is the LTE version, folks
defaultUI5version: 'https://openui5.hana.ondemand.com/downloads/openui5-runtime-1.44.23.zip', // this is the LTE version, folks
};

module.exports = constants;

0 comments on commit 6198052

Please sign in to comment.