Skip to content

Commit b157a1a

Browse files
authored
bump version for release (#2133)
1 parent 3711c11 commit b157a1a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.135",
3+
"version": "1.3.136",
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.112",
60+
"@zombienet/orchestrator": "^0.0.113",
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.112",
3+
"version": "0.0.113",
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)