diff options
author | Joe George <joe@zeroc.com> | 2016-04-08 09:46:21 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-04-08 09:46:21 -0400 |
commit | 2a89e7cdccecda313bfe2f5a4595a066cb15d208 (patch) | |
tree | e1d54638b77633e8306e635fe8ce1a8cf3394920 /js | |
parent | Reworked log file archiving entry (diff) | |
download | ice-2a89e7cdccecda313bfe2f5a4595a066cb15d208.tar.bz2 ice-2a89e7cdccecda313bfe2f5a4595a066cb15d208.tar.xz ice-2a89e7cdccecda313bfe2f5a4595a066cb15d208.zip |
Update Ice version to 3.6.3
Diffstat (limited to 'js')
-rw-r--r-- | js/BuildInstructions.md | 4 | ||||
-rw-r--r-- | js/package.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/js/BuildInstructions.md b/js/BuildInstructions.md index 110605bbec3..7dfddc8f17a 100644 --- a/js/BuildInstructions.md +++ b/js/BuildInstructions.md @@ -136,9 +136,9 @@ following command: > npm pack -This will generate the file `ice-3.6.2.tgz`, which can be installed by running: +This will generate the file `ice-3.6.3.tgz`, which can be installed by running: - > npm install <path_to_file>/ice-3.6.2.tgz + > npm install <path_to_file>/ice-3.6.3.tgz To use Ice for JavaScript with a browser, copy the appropriate JavaScript library files located in the `lib` directory to your web server. diff --git a/js/package.json b/js/package.json index ead94b0c952..7b5e3130ad2 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "ice", - "version": "3.6.2", + "version": "3.6.3", "description": "Ice for JavaScript runtime", "author": "Zeroc, Inc.", "homepage": "https://zeroc.com", |