Skip to content

Commit 186c3ba

Browse files
authored
bump versions for release (#1976)
1 parent 73c779a commit 186c3ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

javascript/packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zombienet/cli",
3-
"version": "1.3.124",
3+
"version": "1.3.125",
44
"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",
55
"main": "dist/index.js",
66
"scripts": {
@@ -56,7 +56,7 @@
5656
},
5757
"dependencies": {
5858
"@zombienet/dsl-parser-wrapper": "^0.1.11",
59-
"@zombienet/orchestrator": "^0.0.102",
59+
"@zombienet/orchestrator": "^0.0.103",
6060
"@zombienet/utils": "^0.0.28",
6161
"cli-progress": "^3.12.0",
6262
"commander": "^11.1.0",

javascript/packages/orchestrator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zombienet/orchestrator",
3-
"version": "0.0.102",
3+
"version": "0.0.103",
44
"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",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)