Skip to content

Commit 9305628

Browse files
authored
bump versions for release (#2131)
1 parent c71fc2c commit 9305628

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

javascript/packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zombienet/cli",
3-
"version": "1.3.134",
3+
"version": "1.3.135",
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": {
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"@zombienet/dsl-parser-wrapper": "^0.1.11",
60-
"@zombienet/orchestrator": "^0.0.111",
60+
"@zombienet/orchestrator": "^0.0.112",
6161
"@zombienet/utils": "^0.0.30",
6262
"cli-progress": "^3.12.0",
6363
"commander": "^11.1.0",

javascript/packages/orchestrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zombienet/orchestrator",
3-
"version": "0.0.111",
3+
"version": "0.0.112",
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)