Skip to content

Commit

Permalink
[skip travis] update to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
A.A.Abroskin committed Jul 15, 2019
1 parent d79d8e5 commit 90e4058
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
Binary file modified .npm/bin/lefthook-linux
Binary file not shown.
Binary file modified .npm/bin/lefthook-mac
Binary file not shown.
Binary file modified .npm/bin/lefthook-win.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion .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": {
Expand Down
2 changes: 1 addition & 1 deletion .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"]

Expand Down
Binary file modified .rubygems/libexec/lefthook-linux
Binary file not shown.
Binary file modified .rubygems/libexec/lefthook-mac
Binary file not shown.
Binary file modified .rubygems/libexec/lefthook-win.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion cmd/version.go
Expand Up @@ -7,7 +7,7 @@ import (
)

const (
version string = "0.6.0"
version string = "0.6.1"
)

// versionCmd represents the version command
Expand Down

0 comments on commit 90e4058

Please sign in to comment.