From ee358a01eb0e88e97b72db7c4ebadec993dd285b Mon Sep 17 00:00:00 2001 From: Gab Date: Thu, 26 Mar 2026 19:12:09 +1100 Subject: [PATCH] feat: cli --- bun.lock | 2 +- packages/tfcode/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bun.lock b/bun.lock index e6d420db5..b4c4d4327 100644 --- a/bun.lock +++ b/bun.lock @@ -381,7 +381,7 @@ }, "packages/tfcode": { "name": "tfcode", - "version": "1.0.8", + "version": "1.0.9", "bin": { "tfcode": "./bin/tfcode", }, diff --git a/packages/tfcode/package.json b/packages/tfcode/package.json index ac592e701..2bf942cbc 100644 --- a/packages/tfcode/package.json +++ b/packages/tfcode/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "1.0.8", + "version": "1.0.9", "name": "tfcode", "type": "module", "license": "MIT",