From 3110d1a77ae4b1d7181f8081f2f14b858e805145 Mon Sep 17 00:00:00 2001 From: Austin Date: Mon, 13 Jan 2025 06:05:58 -0500 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f329f1b4..aa444d3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reagraph", - "version": "4.21.1", + "version": "4.21.2", "description": "WebGL Node-based Graph for React", "scripts": { "build": "vite build --mode library",