diff --git a/lerna.json b/lerna.json index 309837c9..8f02158a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.0.4", + "version": "1.0.5", "npmClient": "npm", "packages": ["packages/*"] } diff --git a/package-lock.json b/package-lock.json index 6c17949d..84f1b32f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13531,7 +13531,7 @@ } }, "packages/ethernaut-cli": { - "version": "1.0.4", + "version": "1.0.5", "license": "ISC", "dependencies": { "@nomicfoundation/hardhat-ethers": "^3.0.5", diff --git a/packages/ethernaut-cli/package.json b/packages/ethernaut-cli/package.json index 78de8cff..ead7e073 100644 --- a/packages/ethernaut-cli/package.json +++ b/packages/ethernaut-cli/package.json @@ -1,6 +1,6 @@ { "name": "ethernaut-cli", - "version": "1.0.4", + "version": "1.0.5", "description": "Swiss army knife command line application for Ethereum devs", "license": "ISC", "author": "theethernaut",