Skip to content

Commit 6e5a8e6

Browse files
committed
v1.1.3
1 parent 184cf08 commit 6e5a8e6

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

1818
### Usage

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ func main() {
271271
ValidArgsFunction: cobra.NoFileCompletions,
272272
}
273273

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

0 commit comments

Comments
 (0)