Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentpayot committed Mar 21, 2023
1 parent 26c8f8e commit 9d3a2e7
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 @@ Import the `identicon-svg` custom element from the `minidenticons.min.js` file.

```html
<script type="module">
import { identiconSvg } from 'https://cdn.jsdelivr.net/npm/[email protected].0/minidenticons.min.js'
import { identiconSvg } from 'https://cdn.jsdelivr.net/npm/[email protected].1/minidenticons.min.js'
</script>
```

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": "minidenticons",
"version": "2.0.0",
"version": "2.0.1",
"description": "Super lightweight SVG identicon (icon avatar) generator",
"author": "Laurent Payot",
"license": "MIT",
Expand Down

0 comments on commit 9d3a2e7

Please sign in to comment.