diff --git a/.npm/bin/hookah-linux b/.npm/bin/hookah-linux index cd8a0bad..2dd6aefd 100755 Binary files a/.npm/bin/hookah-linux and b/.npm/bin/hookah-linux differ diff --git a/.npm/bin/hookah-mac b/.npm/bin/hookah-mac index 6e61ef10..224ccd51 100755 Binary files a/.npm/bin/hookah-mac and b/.npm/bin/hookah-mac differ diff --git a/.npm/bin/hookah-win.exe b/.npm/bin/hookah-win.exe index 896ac7d5..7f517064 100755 Binary files a/.npm/bin/hookah-win.exe and b/.npm/bin/hookah-win.exe differ diff --git a/.npm/package.json b/.npm/package.json index b567a450..9d806ee2 100644 --- a/.npm/package.json +++ b/.npm/package.json @@ -1,6 +1,6 @@ { "name": "@arkweid/hookah-js", - "version": "0.2.1", + "version": "0.2.2", "description": "Simple git hooks manager", "main": "index.js", "bin": { diff --git a/cmd/version.go b/cmd/version.go index cf59171c..27d41977 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( ) const ( - version string = "0.2.0" + version string = "0.2.2" ) // versionCmd represents the version command