Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentpayot committed Apr 11, 2023
1 parent dab85a8 commit 7e5509c
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 @@ -31,7 +31,7 @@ Minidenticons uses [ES modules](https://jakearchibald.com/2017/es-modules-in-bro

```html
<script type="module">
import { identiconSvg } from 'https://cdn.jsdelivr.net/npm/minidenticons@3.0.0/minidenticons.min.js'
import { identiconSvg } from 'https://cdn.jsdelivr.net/npm/minidenticons@3.1.0/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": "3.0.0",
"version": "3.1.0",
"description": "Super lightweight SVG identicon (icon avatar) generator",
"author": "Laurent Payot",
"license": "MIT",
Expand Down

0 comments on commit 7e5509c

Please sign in to comment.