diff --git a/packages/common/package.json b/packages/common/package.json index bdaab28..2546ec1 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@biscuitland/common", - "version": "0.0.9", + "version": "0.0.10", "main": "./dist/index.js", "module": "./dist/index.mjs", "type": "module", @@ -72,4 +72,4 @@ "dependencies": { "discord-api-types": "^0.37.39" } -} \ No newline at end of file +} diff --git a/packages/ws/package.json b/packages/ws/package.json index 355a04c..ce9534f 100644 --- a/packages/ws/package.json +++ b/packages/ws/package.json @@ -1,6 +1,6 @@ { "name": "@biscuitland/ws", - "version": "3.0.10", + "version": "3.0.11", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", @@ -79,4 +79,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}