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",