From ecde4fdcfb8a2db30b1a76ba82c85dc251d8150c Mon Sep 17 00:00:00 2001 From: RetoRuto9900K Date: Thu, 7 Nov 2024 15:41:05 +0900 Subject: [PATCH] v0.1.7 --- client/package.json | 2 +- package.json | 2 +- protocol/package.json | 2 +- server/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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",