Skip to content

Commit

Permalink
Merge pull request #75 from syumai/release-0.13.0
Browse files Browse the repository at this point in the history
Release 0.13.0
  • Loading branch information
syumai committed Jul 14, 2020
2 parents 75eda55 + 2b14c7b commit fff461b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
post,
redirect,
contentType,
} from "https://denopkg.com/syumai/dinatra@0.12.1/mod.ts";
} from "https://denopkg.com/syumai/dinatra@0.13.0/mod.ts";

app(
get("/hello", () => "hello"),
Expand Down
6 changes: 3 additions & 3 deletions dem.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"version": "0.1.1",
"modules": [
{
"protocol": "https",
"path": "deno.land/std",
"version": "v0.51.0",
"version": "v0.61.0",
"files": [
"/encoding/utf8.ts",
"/flags/mod.ts",
"/http/server.ts",
"/testing/asserts.ts"
]
}
]
],
"aliases": {}
}
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/encoding/utf8.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@v0.51.0/encoding/utf8.ts';
export * from "https://deno.land/std@v0.61.0/encoding/utf8.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/flags/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@v0.51.0/flags/mod.ts';
export * from "https://deno.land/std@v0.61.0/flags/mod.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/http/server.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@v0.51.0/http/server.ts';
export * from "https://deno.land/std@v0.61.0/http/server.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/testing/asserts.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@v0.51.0/testing/asserts.ts';
export * from "https://deno.land/std@v0.61.0/testing/asserts.ts";

0 comments on commit fff461b

Please sign in to comment.