diff --git a/bun.lock b/bun.lock index 98f3a2375..779e85fe1 100644 --- a/bun.lock +++ b/bun.lock @@ -381,7 +381,7 @@ }, "packages/tfcode": { "name": "@toothfairyai/tfcode", - "version": "1.0.20", + "version": "1.0.21", "bin": { "tfcode": "./bin/tfcode", }, diff --git a/packages/tfcode/package.json b/packages/tfcode/package.json index 99743f560..918ad3d83 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.20", + "version": "1.0.21", "name": "@toothfairyai/tfcode", "type": "module", "license": "MIT",