Bump version to 0.0.11

This commit is contained in:
Corey Johnson 2026-03-12 15:48:56 -07:00
parent 156d435588
commit fc5fa73ad5

View File

@ -1,6 +1,6 @@
{
"name": "baudy",
"version": "0.0.9",
"version": "0.0.11",
"module": "index.tsx",
"type": "module",
"bin": {
@ -9,7 +9,8 @@
"scripts": {
"toes": "bun run --watch index.tsx",
"start": "bun run index.tsx",
"dev": "bun run --hot index.tsx"
"dev": "bun run --hot index.tsx",
"publish": "bash publish.sh"
},
"toes": {
"icon": "🖥️"
@ -27,4 +28,4 @@
"ggwave": "0.4.0",
"qrcode": "^1.5.4"
}
}
}