Skip to content

Commit

Permalink
Merge pull request #72 from syumai/release-0.12.1
Browse files Browse the repository at this point in the history
Release 0.12.1
  • Loading branch information
syumai committed May 16, 2020
2 parents f235df3 + f7ac8dd commit 75eda55
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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/[email protected].0/mod.ts";
} from "https://denopkg.com/syumai/[email protected].1/mod.ts";

app(
get("/hello", () => "hello"),
Expand Down
2 changes: 1 addition & 1 deletion dem.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"protocol": "https",
"path": "deno.land/std",
"version": "v0.42.0",
"version": "v0.51.0",
"files": [
"/encoding/utf8.ts",
"/flags/mod.ts",
Expand Down
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.42.0/encoding/utf8.ts';
export * from 'https://deno.land/std@v0.51.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.42.0/flags/mod.ts';
export * from 'https://deno.land/std@v0.51.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.42.0/http/server.ts';
export * from 'https://deno.land/std@v0.51.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.42.0/testing/asserts.ts';
export * from 'https://deno.land/std@v0.51.0/testing/asserts.ts';

0 comments on commit 75eda55

Please sign in to comment.