diff --git a/server/README.md b/server/README.md index 0721c6a..50a9c6a 100644 --- a/server/README.md +++ b/server/README.md @@ -1,6 +1,6 @@ # Indium server -This documentation describes the version 3.1 of the server component of +This documentation describes the version 3.2 of the server component of [Indium](https://indium.readthedocs.org). The Indium server exposes a simple interface to communicate with a JS runtime diff --git a/server/package.json b/server/package.json index d9cd07b..3d0f387 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "indium", - "version": "3.1.1", + "version": "3.2.0", "description": "Indium server", "main": "index.js", "scripts": {