Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tutinoko2048 committed Nov 7, 2024
1 parent f0e93a5 commit ecde4fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "script-bridge",
"version": "0.1.6",
"version": "0.1.7",
"private": true,
"devDependencies": {
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion protocol/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ecde4fd

Please sign in to comment.