Skip to content

Commit 187b67f

Browse files
committed
version bump
1 parent 4cec337 commit 187b67f

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
@@ -31,7 +31,7 @@ Minidenticons uses [ES modules](https://jakearchibald.com/2017/es-modules-in-bro
3131

3232
```html
3333
<script type="module">
34-
import { identiconSvg } from 'https://cdn.jsdelivr.net/npm/minidenticons@2.0.2/minidenticons.min.js'
34+
import { identiconSvg } from 'https://cdn.jsdelivr.net/npm/minidenticons@3.0.0/minidenticons.min.js'
3535
</script>
3636
```
3737

package.json

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

0 commit comments

Comments
 (0)