Skip to content

Commit

Permalink
Merge pull request #57 from syumai/release-0.7.0
Browse files Browse the repository at this point in the history
Release 0.7.0
  • Loading branch information
syumai authored May 19, 2020
2 parents dedf4a1 + e8b6700 commit 1e6e3a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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.6.0/mod.ts';
import * as dejs from 'https://deno.land/x/dejs@0.7.0/mod.ts';
```

- **`renderFile`**`(filePath: string, params: Params): Promise<Deno.Reader>`
Expand Down
1 change: 0 additions & 1 deletion dem.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"version": "0.2.0",
"modules": [
{
"protocol": "https",
Expand Down

0 comments on commit 1e6e3a6

Please sign in to comment.