Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Dec 23, 2021
1 parent 78c0d2d commit 7e49448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zombienet",
"version": "1.1.1",
"version": "1.1.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Javier Viola <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ program
.command("version")
.description("Prints zombienet version")
.action(() => {
console.log("1.1.1");
console.log("1.1.2");
});

// spawn
Expand Down

0 comments on commit 7e49448

Please sign in to comment.