Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simnalamburt committed Oct 20, 2024
1 parent 14dff9e commit 75dd163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Mac with Apple silicon or Intel-based Mac, you can install totp by downloading
just one file.

```bash
curl -LO https://github.com/simnalamburt/macos-totp-cli/releases/download/v1.0.1/totp && chmod +x totp
curl -LO https://github.com/simnalamburt/macos-totp-cli/releases/download/v1.1.0/totp && chmod +x totp
```

### Usage
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ func main() {
},
}

var rootCmd = &cobra.Command{Use: os.Args[0], Version: "1.0.1"}
var rootCmd = &cobra.Command{Use: os.Args[0], Version: "1.1.0"}
rootCmd.AddCommand(cmdScan, cmdAdd, cmdList, cmdGet, cmdDelete, cmdTemp)
if err := rootCmd.Execute(); err != nil {
fmt.Println(err)
Expand Down

0 comments on commit 75dd163

Please sign in to comment.