Skip to content

Commit 12d7195

Browse files
committed
v0.4.0
1 parent 8e6dcfa commit 12d7195

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you're unfamiliar with `vercel` runtimes, please read the [runtime docs](http
1313
{
1414
"functions": {
1515
"api/**/*.{j,t}s": {
16-
"runtime": "now-deno@0.3.0"
16+
"runtime": "now-deno@0.4.0"
1717
}
1818
}
1919
}

example/now.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"functions": {
33
"api/**/*.ts": {
4-
"runtime": "now-deno@0.3.0",
4+
"runtime": "now-deno@0.4.0",
55
"memory": 128
66
}
77
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "now-deno",
33
"description": "Community builder for using deno on the ZEIT Now platform",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"license": "MIT",
66
"main": "./dist/index",
77
"homepage": "https://github.com/lucacasonato/now-deno",

0 commit comments

Comments
 (0)