Skip to content

Commit

Permalink
bump version for release (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola authored Jul 3, 2023
1 parent b8b1fd9 commit 7361b51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions javascript/packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zombienet/cli",
"version": "1.3.59",
"version": "1.3.60",
"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": {
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@zombienet/dsl-parser-wrapper": "^0.1.10",
"@zombienet/orchestrator": "^0.0.48",
"@zombienet/orchestrator": "^0.0.49",
"@zombienet/utils": "^0.0.21",
"cli-progress": "^3.12.0",
"commander": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/orchestrator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zombienet/orchestrator",
"version": "0.0.48",
"version": "0.0.49",
"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",
Expand Down

0 comments on commit 7361b51

Please sign in to comment.