Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
thedanielforum committed Oct 14, 2022
1 parent cfe73cb commit 6dfe0dd
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": "zefhub",
"version": "0.0.10",
"version": "0.0.12",
"main": "dist/index.js",
"bin": {
"zefhub": "dist/index.js"
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import logs from "./commands/logs";

const program = new Command();

program.name("zefhub").description("ZefHub CLI").version("0.0.10");
program.name("zefhub").description("ZefHub CLI").version("0.0.12");

const easygraphql = program.command("easygraphql");

Expand Down

0 comments on commit 6dfe0dd

Please sign in to comment.