diff --git a/client/package.json b/client/package.json index 7405dd0..29934a0 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@script-bridge/client", - "version": "0.1.6", + "version": "0.1.7", "description": "two-way communication system between ScriptAPI and backend server using http request", "private": true, "scripts": { diff --git a/package.json b/package.json index 9eeb703..b6de9c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "script-bridge", - "version": "0.1.6", + "version": "0.1.7", "private": true, "devDependencies": { "ts-node": "^10.9.2", diff --git a/protocol/package.json b/protocol/package.json index 4c8e574..3452f82 100644 --- a/protocol/package.json +++ b/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@script-bridge/protocol", - "version": "0.1.6", + "version": "0.1.7", "description": "two-way communication system between ScriptAPI and backend server using http request", "files": [ "dist" diff --git a/server/package.json b/server/package.json index 56b4d7a..3431c26 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "@script-bridge/server", - "version": "0.1.6", + "version": "0.1.7", "description": "two-way communication system between ScriptAPI and backend server using http request", "main": "dist/index.js", "types": "dist/index.d.ts",