From b83abf7093250f175a5ade87672da6bfe8db5c99 Mon Sep 17 00:00:00 2001 From: Luiz Bills Date: Fri, 13 Jun 2025 16:34:24 -0300 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d57008..2e9aa7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "litecanvas", - "version": "0.83.0", + "version": "0.83.1", "description": "Lightweight HTML5 canvas 2D game engine suitable for small projects and creative coding. Inspired by PICO-8 and P5/Processing.", "license": "MIT", "author": "Luiz Bills ",