From 7a9c871fa0f4167ae9ae116e3a54eb52f016d5e0 Mon Sep 17 00:00:00 2001 From: Alejandro Date: Sat, 9 Mar 2024 20:23:55 -0300 Subject: [PATCH] v1.0.6 --- lerna.json | 2 +- package-lock.json | 2 +- packages/ethernaut-cli/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lerna.json b/lerna.json index 8f02158a..cc18edb6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.0.5", + "version": "1.0.6", "npmClient": "npm", "packages": ["packages/*"] } diff --git a/package-lock.json b/package-lock.json index 84f1b32f..dd15c9db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13531,7 +13531,7 @@ } }, "packages/ethernaut-cli": { - "version": "1.0.5", + "version": "1.0.6", "license": "ISC", "dependencies": { "@nomicfoundation/hardhat-ethers": "^3.0.5", diff --git a/packages/ethernaut-cli/package.json b/packages/ethernaut-cli/package.json index ead7e073..7d2a2512 100644 --- a/packages/ethernaut-cli/package.json +++ b/packages/ethernaut-cli/package.json @@ -1,6 +1,6 @@ { "name": "ethernaut-cli", - "version": "1.0.5", + "version": "1.0.6", "description": "Swiss army knife command line application for Ethereum devs", "license": "ISC", "author": "theethernaut",