From ecc39ea4b1a23f7108c79f5a899106433e2645a1 Mon Sep 17 00:00:00 2001 From: haimkastner Date: Sat, 15 Jun 2024 17:15:35 +0000 Subject: [PATCH] Update to version 3.0.7 [skip-ci] Files changed: M package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b15513..3a2053b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unitsnet-js", - "version": "3.0.6", + "version": "3.0.7", "description": "A better way to hold unit variables and easily convert to the destination unit", "scripts": { "prepublishOnly": "npm run generate && npm run test",