From 6d2c183efcef97addcff06d3804fcba1c44f96b2 Mon Sep 17 00:00:00 2001 From: Nimit Kalra Date: Fri, 18 Aug 2017 05:00:25 -0500 Subject: [PATCH] 0.2.3 --- git-fire | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git-fire b/git-fire index 66b2d69..ca72233 100755 --- a/git-fire +++ b/git-fire @@ -1,7 +1,7 @@ #!/usr/bin/env sh # Setup. -VERSION="0.2.2" +VERSION="0.2.3" version() { printf "git-fire version %s\n" "$VERSION" diff --git a/package.json b/package.json index 84916fa..bb77d68 100644 --- a/package.json +++ b/package.json @@ -30,5 +30,5 @@ "type": "git", "url": "git+https://github.com/qw3rtman/git-fire.git" }, - "version": "0.2.2" + "version": "0.2.3" }