Skip to content

Commit

Permalink
Merge pull request #53 from syumai/release-0.8.4
Browse files Browse the repository at this point in the history
Release 0.8.4
  • Loading branch information
syumai authored Mar 1, 2020
2 parents 4bf03d4 + 8d83214 commit 04b3fb5
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 @@ -16,7 +16,7 @@ import {
get,
post,
contentType,
} from 'https://denopkg.com/syumai/[email protected].3/mod.ts';
} from 'https://denopkg.com/syumai/[email protected].4/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.34.0",
"version": "v0.35.0",
"files": [
"/flags/mod.ts",
"/http/server.ts",
Expand Down
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.34.0/flags/mod.ts';
export * from 'https://deno.land/std@v0.35.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.34.0/http/server.ts';
export * from 'https://deno.land/std@v0.35.0/http/server.ts';
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/strings/mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'https://deno.land/std@v0.34.0/strings/mod.ts';
export * from 'https://deno.land/std@v0.35.0/strings/mod.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.34.0/testing/asserts.ts';
export * from 'https://deno.land/std@v0.35.0/testing/asserts.ts';

0 comments on commit 04b3fb5

Please sign in to comment.