Skip to content

Commit

Permalink
update to v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
A.A.Abroskin committed Jul 15, 2019
1 parent 24bd1f7 commit 8bec196
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkweid/lefthook",
"version": "0.6.2",
"version": "0.6.3",
"description": "Simple git hooks manager",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion .rubygems/lefthook.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "lefthook"
spec.version = "0.6.2"
spec.version = "0.6.3"
spec.authors = ["A.A.Abroskin"]
spec.email = ["[email protected]"]

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 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## master (unreleased)

## 0.6.1 (2019-07-15)
## 0.6.3 (2019-07-15)

- [Commit](https://github.com/Arkweid/lefthook/commit/0426936f48f248221126f15619932b0dc8c54d7a) Add `-a` means `aggresive` strategy for `install` command
```bash
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

const (
version string = "0.6.2"
version string = "0.6.3"
)

// versionCmd represents the version command
Expand Down

0 comments on commit 8bec196

Please sign in to comment.