From 79a5792af4a1103a12b47f583fa6464131f7ec4a Mon Sep 17 00:00:00 2001 From: Kiril Vatev Date: Sat, 25 Nov 2023 00:19:11 -0500 Subject: [PATCH] bumping version to 1.9.2 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc6dc4b..647b9ae 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 4318933..5fa14ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "canvas-confetti", - "version": "1.9.1", + "version": "1.9.2", "description": "performant confetti animation in the browser", "main": "src/confetti.js", "module": "dist/confetti.module.mjs",