From d3e2168b30c4660ccac1fc0ed468028382bb5c5d Mon Sep 17 00:00:00 2001 From: ironng Date: Thu, 18 Sep 2025 00:53:32 +0000 Subject: [PATCH] chore: bump version to v0.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80ad173..d3140e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thesis-co/cent", - "version": "0.0.3", + "version": "0.0.4", "description": "A precise financial calculation library for JavaScript/TypeScript", "main": "dist/index.js", "types": "dist/index.d.ts",