From c77f52c3bfb6a774def4ed778700cda851245f85 Mon Sep 17 00:00:00 2001 From: James Robb <47126579+jamesrweb@users.noreply.github.com> Date: Sat, 18 Mar 2023 02:24:06 +0100 Subject: [PATCH] 4.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0d504b..5de46d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-p5-wrapper", - "version": "4.1.0", + "version": "4.1.1", "description": "A wrapper component that allows you to utilise P5 sketches within React apps.", "homepage": "https://github.com/P5-wrapper/react", "license": "MIT",