Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Aug 9, 2021
1 parent c5f9dfd commit 913647b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ builds:
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
Expand Down
2 changes: 1 addition & 1 deletion src/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func GetApp() *cli.App {
},
Usage: "Focus is a cross-platform productivity timer for the command-line. It is based on the Pomodoro Technique,\n\t\ta time management method developed by Francesco Cirillo in the late 1980s.",
UsageText: "[COMMAND] [OPTIONS]",
Version: "v1.0.0",
Version: "v1.0.1",
EnableBashCompletion: true,
Commands: []*cli.Command{
{
Expand Down

0 comments on commit 913647b

Please sign in to comment.