diff --git a/README.md b/README.md index d0b40bf..eccc37a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Next, define the **vercel-deno** runtime within the "functions" object in your ```json { "functions": { - "api/**/*.[jt]s": { "runtime": "vercel-deno@3.0.2" } + "api/**/*.[jt]s": { "runtime": "vercel-deno@3.0.4" } } } ``` diff --git a/package.json b/package.json index 9efd68f..75b38a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vercel-deno", - "version": "3.0.3", + "version": "3.0.4", "description": "Vercel Runtime for Deno serverless functions", "main": "dist/index.js", "types": "dist/index.d.ts",