diff --git a/package-lock.json b/package-lock.json index 355e7aa..6a3dd7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codetyper-cli", - "version": "0.4.5", + "version": "0.4.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codetyper-cli", - "version": "0.4.5", + "version": "0.4.6", "license": "MIT", "dependencies": { "@opentui/core": "^0.1.74", diff --git a/package.json b/package.json index c1d804b..22a017a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codetyper-cli", - "version": "0.4.5", + "version": "0.4.6", "description": "CodeTyper AI Agent - Standalone CLI for autonomous code generation", "main": "dist/index.js", "bin": { diff --git a/src/version.json b/src/version.json index 77e9232..1062ff8 100644 --- a/src/version.json +++ b/src/version.json @@ -1,3 +1,3 @@ { - "version": "0.4.5" + "version": "0.4.6" }