From 6dfe0dd4a16a88933a173b39b39730146dff9b78 Mon Sep 17 00:00:00 2001 From: Daniel Dyrnes Date: Fri, 14 Oct 2022 14:57:50 +0900 Subject: [PATCH] Version bump --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1960ea8..57125ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zefhub", - "version": "0.0.10", + "version": "0.0.12", "main": "dist/index.js", "bin": { "zefhub": "dist/index.js" diff --git a/src/index.ts b/src/index.ts index 1fec728..bba15e2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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");