Skip to content

Commit

Permalink
v0.0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovicentegc committed Nov 2, 2021
1 parent 2c26e28 commit bad3bec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ brews:
# will be created. If no branch is listed, the default branch will be used
branch: kontrolio
# Optionally a token can be provided, if it differs from the token provided to GoReleaser
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
# token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"

# Template for the url which is determined by the given Token (github or gitlab)
# Default for github is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
Expand Down
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func Kontrolio() {
app := &cli.App{
Name: "kontrolio",
Usage: "Your cli time clock, clock card machine, punch clock or time recorder",
Version: "0.0.42",
Version: "0.0.44",

Commands: []*cli.Command{
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kontrolio/cli",
"version": "0.0.43",
"version": "0.0.44",
"main": "",
"author": "Marcelo Cardoso <marcelovicentegc@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit bad3bec

Please sign in to comment.