Skip to content

Commit

Permalink
[skip travis] npm distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
A.A.Abroskin committed Mar 7, 2019
1 parent 3f980b4 commit 2479de5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified .npm/bin/hookah-linux
Binary file not shown.
Binary file modified .npm/bin/hookah-mac
Binary file not shown.
Binary file modified .npm/bin/hookah-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/hookah-js",
"version": "0.2.1",
"version": "0.2.2",
"description": "Simple git hooks manager",
"main": "index.js",
"bin": {
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.2.0"
version string = "0.2.2"
)

// versionCmd represents the version command
Expand Down

0 comments on commit 2479de5

Please sign in to comment.