Skip to content

Commit

Permalink
Merge pull request #61 from syumai/release-0.9.0
Browse files Browse the repository at this point in the history
Release 0.9.0
  • Loading branch information
syumai committed Aug 4, 2020
2 parents 6f2b5be + a4eb115 commit bec932e
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 @@ -21,7 +21,7 @@
## Usage

```ts
import * as dejs from 'https://deno.land/x/dejs@0.8.0/mod.ts';
import * as dejs from 'https://deno.land/x/dejs@0.9.0/mod.ts';
```

- **`renderFile`**`(filePath: string, params: Params): Promise<Deno.Reader>`
Expand Down
2 changes: 1 addition & 1 deletion dem.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"protocol": "https",
"path": "deno.land/std",
"version": "v0.61.0",
"version": "0.63.0",
"files": [
"/encoding/utf8.ts",
"/io/bufio.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@0.61.0/encoding/utf8.ts";
export * from "https://deno.land/std@0.63.0/encoding/utf8.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/io/bufio.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.61.0/io/bufio.ts";
export * from "https://deno.land/std@0.63.0/io/bufio.ts";
2 changes: 1 addition & 1 deletion vendor/https/deno.land/std/io/readers.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.61.0/io/readers.ts";
export * from "https://deno.land/std@0.63.0/io/readers.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@0.61.0/testing/asserts.ts";
export * from "https://deno.land/std@0.63.0/testing/asserts.ts";

0 comments on commit bec932e

Please sign in to comment.