From 97f21a1a5406e502db1fb56eb37a720213490729 Mon Sep 17 00:00:00 2001 From: haimkastner Date: Wed, 29 Jan 2025 17:58:11 +0000 Subject: [PATCH] Update to version 3.0.35 [skip-ci] Files changed: M package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ceca219..e68f773 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unitsnet-js", - "version": "3.0.34", - "definitionVersion": "5.66.0", + "version": "3.0.35", + "definitionVersion": "5.67.0", "description": "A better way to hold unit variables and easily convert to the destination unit", "scripts": { "prepublishOnly": "npm run generate && npm run test",