Skip to content

Commit 7b22513

Browse files
committed
bumping version to 1.9.1
1 parent 0581ef7 commit 7b22513

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
@@ -30,7 +30,7 @@ You can then `require('canvas-confetti');` to use it in your project build. _Not
3030
You can also include this library in your HTML page directly from a CDN:
3131

3232
```html
33-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/confetti.browser.min.js"></script>
33+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/confetti.browser.min.js"></script>
3434
```
3535

3636
_Note: you should use the latest version at the time that you include your project. You can see all versions [on the releases page](https://github.com/catdad/canvas-confetti/releases)._

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "canvas-confetti",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "performant confetti animation in the browser",
55
"main": "src/confetti.js",
66
"module": "dist/confetti.module.mjs",

0 commit comments

Comments
 (0)