Skip to content

Commit

Permalink
bump versions (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola authored Jan 11, 2023
1 parent 7bb49df commit daa06fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion javascript/packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@zombienet/dsl-parser-wrapper": "^0.1.7",
"@zombienet/orchestrator": "^0.0.16",
"@zombienet/orchestrator": "^0.0.17",
"@zombienet/utils": "^0.0.13",
"axios": "^0.27.2",
"debug": "^4.3.2",
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.16",
"version": "0.0.17",
"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 daa06fe

Please sign in to comment.