summaryrefslogtreecommitdiff
path: root/js/BuildInstructions.md
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2016-04-08 09:46:21 -0400
committerJoe George <joe@zeroc.com>2016-04-08 09:46:21 -0400
commit2a89e7cdccecda313bfe2f5a4595a066cb15d208 (patch)
treee1d54638b77633e8306e635fe8ce1a8cf3394920 /js/BuildInstructions.md
parentReworked log file archiving entry (diff)
downloadice-2a89e7cdccecda313bfe2f5a4595a066cb15d208.tar.bz2
ice-2a89e7cdccecda313bfe2f5a4595a066cb15d208.tar.xz
ice-2a89e7cdccecda313bfe2f5a4595a066cb15d208.zip
Update Ice version to 3.6.3
Diffstat (limited to 'js/BuildInstructions.md')
-rw-r--r--js/BuildInstructions.md4
1 files changed, 2 insertions, 2 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.