Skip to content

Commit

Permalink
2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxvien authored and Maxvien committed Jul 21, 2020
1 parent 1f1b423 commit acd94cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import { supermemo, SuperMemoItem, SuperMemoGrade } from 'supermemo';
### For Deno

```
import { supermemo, SuperMemoItem, SuperMemoGrade } from 'https://deno.land/x/supermemo@master/mod.ts';
import { supermemo, SuperMemoItem, SuperMemoGrade } from 'https://github.com/maxvien/supermemo/raw/master/mod.ts';
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typescript"
],
"author": "Vien Dinh",
"version": "2.0.6",
"version": "2.0.7",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit acd94cf

Please sign in to comment.