Skip to content

Commit 579e2c8

Browse files
committed
v1.1.1
1 parent b29644c commit 579e2c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Mac with Apple silicon or Intel-based Mac, you can install totp by downloading
1212
just one file.
1313

1414
```bash
15-
curl -LO https://github.com/simnalamburt/macos-totp-cli/releases/download/v1.1.0/totp && chmod +x totp
15+
curl -LO https://github.com/simnalamburt/macos-totp-cli/releases/download/v1.1.1/totp && chmod +x totp
1616
```
1717

1818
### Usage

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ func main() {
225225
},
226226
}
227227

228-
var rootCmd = &cobra.Command{Use: "totp", Short: "Simple TOTP CLI, powered by keychain of macOS", Version: "1.1.0"}
228+
var rootCmd = &cobra.Command{Use: "totp", Short: "Simple TOTP CLI, powered by keychain of macOS", Version: "1.1.1"}
229229
rootCmd.AddCommand(cmdScan, cmdAdd, cmdList, cmdGet, cmdDelete, cmdTemp)
230230
if err := rootCmd.Execute(); err != nil {
231231
fmt.Println(err)

0 commit comments

Comments
 (0)