Skip to content

Commit

Permalink
bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apple authored and apple committed Aug 22, 2020
1 parent 5997a40 commit cddd03d
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 @@ -35,7 +35,7 @@ CDN

```html
<script src="https://unpkg.com/[email protected]/umd/eventemitter3.min.js"></script>
<script src="https://unpkg.com/use-one@0.3.1/dist/useone.umd.production.min.js"></script>
<script src="https://unpkg.com/use-one@0.7.0/dist/useone.umd.production.min.js"></script>
```

Browser Namespace: UseOne.createOne
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-one",
"version": "0.6.1",
"version": "0.7.0",
"license": "MIT",
"author": "suhaotian",
"main": "dist/index.js",
Expand Down

0 comments on commit cddd03d

Please sign in to comment.