diff --git a/package-lock.json b/package-lock.json index 725a27a..8084f0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "repomix", - "version": "0.3.8", + "version": "0.3.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "repomix", - "version": "0.3.8", + "version": "0.3.9", "license": "MIT", "dependencies": { "@clack/prompts": "^0.10.1", diff --git a/package.json b/package.json index b29e73c..f5ab5a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "repomix", - "version": "0.3.8", + "version": "0.3.9", "description": "A tool to pack repository contents to single file for AI consumption", "main": "./lib/index.js", "types": "./lib/index.d.ts",