From 0159ac0481171d1c04251b72894821664773953b Mon Sep 17 00:00:00 2001 From: C4illin Date: Tue, 7 Oct 2025 20:27:38 +0000 Subject: [PATCH] chore: change version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a848abf..9959a7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "convertx-frontend", - "version": "0.14.1", + "version": "0.15.0", "scripts": { "dev": "bun run --watch src/index.tsx", "hot": "bun run --hot src/index.tsx",