diff --git a/README.md b/README.md
index a20cf54..5eb8a83 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ You can then `require('canvas-confetti');` to use it in your project build. _Not
You can also include this library in your HTML page directly from a CDN:
```html
-
+
```
_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)._
diff --git a/package.json b/package.json
index 7a4dd1d..87438ab 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "canvas-confetti",
- "version": "1.6.1",
+ "version": "1.7.0",
"description": "performant confetti animation in the browser",
"main": "src/confetti.js",
"module": "dist/confetti.module.mjs",