update version

This commit is contained in:
MARCROCK22 2023-12-18 19:36:53 -04:00
parent d831d98c80
commit a4d74f8b20
2 changed files with 4 additions and 4 deletions

View File

@ -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"
}
}
}

View File

@ -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"
}
}
}