From f07a865f30c984074c7bae3001b9d77ed767d7cc Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Tue, 24 Oct 2023 00:18:33 -0700 Subject: [PATCH] v0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d7c63a2..211bf31 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lume/kiwi", "description": "High speed Cassowary constraint solver in JavaScript.", - "version": "0.3.4", + "version": "0.4.0", "homepage": "https://github.com/lume/kiwi", "repository": "https://github.com/lume/kiwi", "type": "module",