From e6f74247f1fba11800ffd3826ff93f367144e4fa Mon Sep 17 00:00:00 2001 From: "ian.he" Date: Mon, 13 Jan 2020 10:14:19 +1300 Subject: [PATCH] v1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a71e77c..59ea69a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonrpc-wsc", - "version": "1.0.0", + "version": "1.1.0", "description": "A jsonrpc client over websocket, supports promise and rxjs", "main": "index.js", "scripts": {