From c8fced995fe03c6c9c8c8807b28a206e8ccb79d7 Mon Sep 17 00:00:00 2001 From: Javier Viola <363911+pepoviola@users.noreply.github.com> Date: Wed, 1 May 2024 15:14:45 +0200 Subject: [PATCH] chore: bump version for release (#1789) --- javascript/packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/packages/cli/package.json b/javascript/packages/cli/package.json index b47c9300f..5ae85d2d3 100644 --- a/javascript/packages/cli/package.json +++ b/javascript/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@zombienet/cli", - "version": "1.3.101", + "version": "1.3.102", "description": "ZombieNet aim to be a testing framework for substrate based blockchains, providing a simple cli tool that allow users to spawn and test ephemeral Substrate based networks", "main": "dist/index.js", "scripts": {