Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
madtisa committed Aug 10, 2024
1 parent 0390e9c commit ecb3652
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "is-apng",
"version": "1.1.2",
"version": "1.1.3",
"description": "Check if a Buffer/Uint8Array is a APNG (Animated PNG) image",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ isApng(new Uint8Array(buffer))
#### As old-school global script tag

Url for latest version: `https://unpkg.com/is-apng`<br>
Url for specific version: `https://unpkg.com/is-apng@1.1.2/dist/index.js`
Url for specific version: `https://unpkg.com/is-apng@1.1.3/dist/index.js`

```html
<script src="https://unpkg.com/is-apng" type="text/javascript"></script>
Expand All @@ -53,7 +53,7 @@ Url for specific version: `https://unpkg.com/is-apng@1.1.2/dist/index.js`
#### As module

Url for latest version: `https://unpkg.com/is-apng/dist/index.mjs`<br>
Url for specific version: `https://unpkg.com/is-apng@1.1.2/dist/index.mjs`
Url for specific version: `https://unpkg.com/is-apng@1.1.3/dist/index.mjs`

```html
<script type="module">
Expand Down

0 comments on commit ecb3652

Please sign in to comment.