Skip to content

Commit 358b70a

Browse files
committed
v1.1.2
1 parent ee4d507 commit 358b70a

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.1/totp && chmod +x totp
15+
curl -LO https://github.com/simnalamburt/macos-totp-cli/releases/download/v1.1.2/totp && chmod +x totp
1616
```
1717

1818
### Usage

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ func main() {
261261
},
262262
}
263263

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

0 commit comments

Comments
 (0)