summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2016-03-11 14:56:34 -0500
committerJoe George <joe@zeroc.com>2016-03-11 14:56:34 -0500
commit3747656b00d2e5e32f66d43dff705ab322905963 (patch)
tree2c322a1120a66162928c8d2400502497ab020b6f /js
parentFix ICE-7015 - IceUtil/stacktrace test failure (diff)
downloadice-3747656b00d2e5e32f66d43dff705ab322905963.tar.bz2
ice-3747656b00d2e5e32f66d43dff705ab322905963.tar.xz
ice-3747656b00d2e5e32f66d43dff705ab322905963.zip
Update version to 3.6.2 in several md files
Diffstat (limited to 'js')
-rw-r--r--js/BuildInstructions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/BuildInstructions.md b/js/BuildInstructions.md
index b8b1835268f..110605bbec3 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.1.tgz`, which can be installed by running:
+This will generate the file `ice-3.6.2.tgz`, which can be installed by running:
- > npm install <path_to_file>/ice-3.6.1.tgz
+ > npm install <path_to_file>/ice-3.6.2.tgz
To use Ice for JavaScript with a browser, copy the appropriate JavaScript
library files located in the `lib` directory to your web server.