diff options
author | Mark Spruiell <mes@zeroc.com> | 2015-08-18 10:21:11 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2015-08-18 10:21:11 -0700 |
commit | cf258e2a8f7c360c99b84ef7f7fa17ca39e8525f (patch) | |
tree | f29012a2c4d002fd7a533e03c11b61055ae7a7ca /js | |
parent | Minor edits (diff) | |
download | ice-cf258e2a8f7c360c99b84ef7f7fa17ca39e8525f.tar.bz2 ice-cf258e2a8f7c360c99b84ef7f7fa17ca39e8525f.tar.xz ice-cf258e2a8f7c360c99b84ef7f7fa17ca39e8525f.zip |
updating version in build instructions
Diffstat (limited to 'js')
-rw-r--r-- | js/BuildInstructions.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/BuildInstructions.md b/js/BuildInstructions.md index aba9cb3f87d..96566f44338 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.0.tgz`, which can be installed by running: +This will generate the file `ice-3.6.1.tgz`, which can be installed by running: - > npm install <path_to_file>/ice-3.6.0.tgz + > npm install <path_to_file>/ice-3.6.1.tgz To use Ice for JavaScript with a browser, copy the appropriate JavaScript library files located in the `lib` directory to your web server. |