diff --git a/.npm/bin/lefthook-linux b/.npm/bin/lefthook-linux index 64023306..248aac70 100755 Binary files a/.npm/bin/lefthook-linux and b/.npm/bin/lefthook-linux differ diff --git a/.npm/bin/lefthook-mac b/.npm/bin/lefthook-mac index 8ab608fc..9f61b2cf 100755 Binary files a/.npm/bin/lefthook-mac and b/.npm/bin/lefthook-mac differ diff --git a/.npm/bin/lefthook-win.exe b/.npm/bin/lefthook-win.exe index 91c66097..fb8acbc8 100755 Binary files a/.npm/bin/lefthook-win.exe and b/.npm/bin/lefthook-win.exe differ diff --git a/.npm/package.json b/.npm/package.json index 9aafd9d0..53ed7611 100644 --- a/.npm/package.json +++ b/.npm/package.json @@ -1,6 +1,6 @@ { "name": "@arkweid/lefthook", - "version": "0.6.0", + "version": "0.6.1", "description": "Simple git hooks manager", "main": "index.js", "bin": { diff --git a/.rubygems/lefthook.gemspec b/.rubygems/lefthook.gemspec index 2c6c36ae..1e19b413 100644 --- a/.rubygems/lefthook.gemspec +++ b/.rubygems/lefthook.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = "lefthook" - spec.version = "0.6.0" + spec.version = "0.6.1" spec.authors = ["A.A.Abroskin"] spec.email = ["arkweid@evilmartians.com"] diff --git a/.rubygems/libexec/lefthook-linux b/.rubygems/libexec/lefthook-linux index 64023306..248aac70 100755 Binary files a/.rubygems/libexec/lefthook-linux and b/.rubygems/libexec/lefthook-linux differ diff --git a/.rubygems/libexec/lefthook-mac b/.rubygems/libexec/lefthook-mac index 8ab608fc..9f61b2cf 100755 Binary files a/.rubygems/libexec/lefthook-mac and b/.rubygems/libexec/lefthook-mac differ diff --git a/.rubygems/libexec/lefthook-win.exe b/.rubygems/libexec/lefthook-win.exe index 91c66097..fb8acbc8 100755 Binary files a/.rubygems/libexec/lefthook-win.exe and b/.rubygems/libexec/lefthook-win.exe differ diff --git a/cmd/version.go b/cmd/version.go index 3094c0a5..f9cb1810 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( ) const ( - version string = "0.6.0" + version string = "0.6.1" ) // versionCmd represents the version command