diff --git a/package-lock.json b/package-lock.json index 5c550dd..bf52799 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jaysonic", - "version": "3.4.0", + "version": "3.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 850f61a..b657a79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jaysonic", - "version": "3.4.0", + "version": "3.5.0", "description": "A feature rich JSON-RPC 1.0/2.0 compliant client and server library", "repository": { "type": "git", @@ -93,4 +93,4 @@ "commander": "^6.1.0", "ws": "^7.1.0" } -} \ No newline at end of file +}