diff options
author | Joe George <joe@zeroc.com> | 2016-03-11 15:18:59 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-03-11 15:18:59 -0500 |
commit | f94e41a8ac98a97572b832cefeca604b6700174f (patch) | |
tree | 40c012a442d4eabba3f9dbd22e9f60a3b38683ce /js | |
parent | Merge remote-tracking branch 'origin/3.6' (diff) | |
download | ice-f94e41a8ac98a97572b832cefeca604b6700174f.tar.bz2 ice-f94e41a8ac98a97572b832cefeca604b6700174f.tar.xz ice-f94e41a8ac98a97572b832cefeca604b6700174f.zip |
Update version to 3.7.0 in some md files
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 110605bbec3..1f950a73be9 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.7.0.tgz`, which can be installed by running: - > npm install <path_to_file>/ice-3.6.2.tgz + > npm install <path_to_file>/ice-3.7.0.tgz To use Ice for JavaScript with a browser, copy the appropriate JavaScript library files located in the `lib` directory to your web server. |