Browse Source
Bump Indium server version
* server/README.md:
* server/package.json: Bump version to 5.0.0
pull/9/head
No known key found for this signature in database
GPG Key ID: E8BCD7866AFCF978
2 changed files with
2 additions and
2 deletions
-
server/README.md
-
server/package.json
|
|
@ -1,6 +1,6 @@ |
|
|
|
# Indium server |
|
|
|
|
|
|
|
This documentation describes the version 4.0 of the server component of |
|
|
|
This documentation describes the version 5.0 of the server component of |
|
|
|
[Indium](https://indium.readthedocs.org). |
|
|
|
|
|
|
|
The Indium server exposes a simple interface to communicate with a JS runtime |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "indium", |
|
|
|
"version": "4.0.0", |
|
|
|
"version": "5.0.0", |
|
|
|
"description": "Indium server", |
|
|
|
"main": "index.js", |
|
|
|
"scripts": { |
|
|
|