From ee84e715cd689344bdba052a66de52b947e52320 Mon Sep 17 00:00:00 2001 From: Javier Viola Date: Wed, 16 Aug 2023 09:54:12 -0300 Subject: [PATCH] bump version for release (#1253) --- javascript/packages/cli/package.json | 4 ++-- javascript/packages/orchestrator/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/javascript/packages/cli/package.json b/javascript/packages/cli/package.json index be298e935..f0618edde 100644 --- a/javascript/packages/cli/package.json +++ b/javascript/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@zombienet/cli", - "version": "1.3.64", + "version": "1.3.65", "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": { @@ -53,7 +53,7 @@ }, "dependencies": { "@zombienet/dsl-parser-wrapper": "^0.1.10", - "@zombienet/orchestrator": "^0.0.51", + "@zombienet/orchestrator": "^0.0.52", "@zombienet/utils": "^0.0.21", "cli-progress": "^3.12.0", "commander": "^11.0.0", diff --git a/javascript/packages/orchestrator/package.json b/javascript/packages/orchestrator/package.json index 08a60fb51..4e659746a 100644 --- a/javascript/packages/orchestrator/package.json +++ b/javascript/packages/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "@zombienet/orchestrator", - "version": "0.0.51", + "version": "0.0.52", "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", "types": "dist/index.d.ts",