From 00a5e487828b54c126e02f4e5bc916b0d5d67f93 Mon Sep 17 00:00:00 2001 From: Luis <101060519+LuisFun@users.noreply.github.com> Date: Tue, 7 Jan 2025 05:20:32 +0900 Subject: [PATCH] 0.9.3 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index cf5ec82..7cee724 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "discord-hono", - "version": "0.9.2", + "version": "0.9.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "discord-hono", - "version": "0.9.2", + "version": "0.9.3", "license": "MIT", "devDependencies": { "@arethetypeswrong/cli": "^0.17.2", diff --git a/package.json b/package.json index d233e1f..46100c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-hono", - "version": "0.9.2", + "version": "0.9.3", "description": "This library enables you to easily build Discord bots on Cloudflare Workers", "author": "Luis (https://github.com/luisfun)", "repository": {