From 6c812b44bb25bfaf00c7ad2c8a1b57a64e8bdc21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrik=20=C3=96stling?= Date: Tue, 13 Jan 2026 20:38:35 +0100 Subject: [PATCH] chore: prepare for 0.17.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9adaf2..c2dfc3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "convertx-frontend", - "version": "0.16.1", + "version": "0.17.0", "scripts": { "dev": "bun run --watch src/index.tsx", "hot": "bun run --hot src/index.tsx",