From 320381b361231b4eb51c4068ad73d125efad3121 Mon Sep 17 00:00:00 2001 From: Kiril Vatev Date: Tue, 30 Apr 2024 18:16:49 -0400 Subject: [PATCH] bumping version to 1.9.3 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 647b9ae..f966dcb 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 5fa14ec..e8cae17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "canvas-confetti", - "version": "1.9.2", + "version": "1.9.3", "description": "performant confetti animation in the browser", "main": "src/confetti.js", "module": "dist/confetti.module.mjs",