diff options
-rw-r--r-- | js/README.md | 4 | ||||
-rw-r--r-- | js/package.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/js/README.md b/js/README.md index 1153edf470b..9778011f826 100644 --- a/js/README.md +++ b/js/README.md @@ -1,4 +1,4 @@ -# Internet Communications Engine (Ice) +# Internet Communications Engine (Ice) Ice is a comprehensive RPC framework with support for C++, .NET, Java, Python, JavaScript and more. ## Install @@ -41,7 +41,7 @@ See the [Ice Documentation](https://doc.zeroc.com/display/Ice36/JavaScript+Mappi ## Slice2js Compiler To compile [Slice](https://doc.zeroc.com/display/Ice36/The+Slice+Language) files to JavaScript see the following: -- [slice2js](https://github.com/zeroc-ice/slice2js) +- [slice2js](https://github.com/zeroc-ice/npm-slice2js) - [gulp-ice-builder](https://github.com/zeroc-ice/gulp-ice-builder) ## Demos diff --git a/js/package.json b/js/package.json index f95b69c3cba..1159c490812 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "ice", - "version": "3.6.1-pre.0", + "version": "3.6.1-pre.1", "description": "Ice for JavaScript runtime", "author": "Zeroc, Inc.", "homepage": "https://zeroc.com", |