Skip to content

Commit 9d3a2e7

Browse files
committed
version bump
1 parent 26c8f8e commit 9d3a2e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Import the `identicon-svg` custom element from the `minidenticons.min.js` file.
3535

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minidenticons",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Super lightweight SVG identicon (icon avatar) generator",
55
"author": "Laurent Payot",
66
"license": "MIT",

0 commit comments

Comments
 (0)