From 818c8fd961e849409efbdec4b1c535d4494d9025 Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Sat, 24 Dec 2022 20:29:15 +0900 Subject: [PATCH] bump up --- packages/hello/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/hello/package.json b/packages/hello/package.json index e34b8ad5..ca7ec52e 100644 --- a/packages/hello/package.json +++ b/packages/hello/package.json @@ -1,6 +1,6 @@ { "name": "@hono/hello", - "version": "0.0.9", + "version": "0.0.10", "description": "An example of third-party middleware for Hono", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -27,4 +27,4 @@ "dependencies": { "hono": "^2.6.2" } -} +} \ No newline at end of file