Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Apr 12, 2021
1 parent aa35858 commit c8bdbae
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 @@ -11,7 +11,7 @@ You can get it as npm package or from the unpkg.com.
### With unpkg.com and `<script>` tag
Add this to your website's HTML:
```html
<script src="https://unpkg.com/@aeternity/superhero-utils@0.5.1/dist/index.js"></script>
<script src="https://unpkg.com/@aeternity/superhero-utils@0.6.0/dist/index.js"></script>
```
This will define `superheroUtils` in the global scope.

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": "@aeternity/superhero-utils",
"version": "0.5.1",
"version": "0.6.0",
"description": "",
"main": "dist/index.js",
"browser": "dist/index.js",
Expand Down

0 comments on commit c8bdbae

Please sign in to comment.