diff --git a/packages/hello/package.json b/packages/hello/package.json index 1cb43933..e34b8ad5 100644 --- a/packages/hello/package.json +++ b/packages/hello/package.json @@ -1,6 +1,6 @@ { "name": "@hono/hello", - "version": "0.0.8", + "version": "0.0.9", "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 +}