Skip to content

Commit

Permalink
feat(UI5): bump to latest 1.56.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vobu committed Oct 9, 2018
1 parent da8ca1a commit d4e3531
Show file tree
Hide file tree
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
Expand Up @@ -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.52.9.zip"
1.56.11.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
Expand Down
2 changes: 1 addition & 1 deletion lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.52.9.zip', // this is the LTE version, folks
defaultUI5version: 'https://openui5.hana.ondemand.com/downloads/openui5-runtime-1.56.11.zip', // this is the LTE version, folks
};

module.exports = constants;

0 comments on commit d4e3531

Please sign in to comment.