Skip to content

Commit 6c30de0

Browse files
committed
++version
1 parent ce4475b commit 6c30de0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jsonrpc-bidirectional",
33
"description": "Bidirectional JSONRPC over web sockets or HTTP with extensive plugin support.",
4-
"version": "9.0.0",
4+
"version": "9.0.1",
55
"scripts": {
66
"build": "node --experimental-worker build.js",
77
"prepublish": "node --experimental-worker build.js && node --expose-gc --max-old-space-size=1024 --experimental-worker tests/main.js",
@@ -88,4 +88,4 @@
8888
"node_modules/es6-promise/dist/es6-promise.auto.min.js",
8989
"node_modules/es6-promise/dist/es6-promise.auto.min.js.map"
9090
]
91-
}
91+
}

0 commit comments

Comments
 (0)