Skip to content

Commit

Permalink
Release version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StenAL committed Feb 13, 2022
1 parent 63443bd commit 72917d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ or loaded from a CDN and used in a HTML module script

```html
<script type="module">
import FaviconMarquee from "https://cdn.jsdelivr.net/npm/[email protected].1/lib/main.js";
import FaviconMarquee from "https://cdn.jsdelivr.net/npm/[email protected].2/lib/main.js";
// ...
</script>
```
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "favicon-marquee",
"version": "1.2.1",
"version": "1.2.2",
"description": "An animated scrolling favicon for your website",
"author": "Sten Laane <[email protected]> (https://laane.xyz)",
"main": "lib/main.js",
Expand Down

0 comments on commit 72917d3

Please sign in to comment.