diff --git a/cli/package.json b/cli/package.json index 86972c5..d8f2977 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "smelly-cli", - "version": "0.0.10", + "version": "0.0.11", "private": false, "description": "Find out the smells in your tests, suggestions for correction and the theory behind them", "bin": "build/index.js", diff --git a/package-lock.json b/package-lock.json index 4a61c5e..3ff975c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ }, "cli": { "name": "smelly-cli", - "version": "0.0.10", + "version": "0.0.11", "license": "ISC", "dependencies": { "commander": "^12.1.0",