From 624337ea23eb9c40514769b5b3b02de1010d9ef5 Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Tue, 24 Oct 2023 08:05:34 -0700 Subject: [PATCH] v0.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eac4ba4..f4f4c55 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lume/kiwi", "description": "High speed Cassowary constraint solver in JavaScript.", - "version": "0.4.0", + "version": "0.4.1", "homepage": "https://github.com/lume/kiwi", "repository": "https://github.com/lume/kiwi", "type": "module",