From a4d74f8b2007ee7a762f45c97ec2d835fbaeb4dd Mon Sep 17 00:00:00 2001 From: MARCROCK22 <57925328+MARCROCK22@users.noreply.github.com> Date: Mon, 18 Dec 2023 19:36:53 -0400 Subject: [PATCH] update version --- packages/common/package.json | 4 ++-- packages/ws/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 +}