Skip to content

Commit 9f78c46

Browse files
committed
v1.0.1
1 parent 6081488 commit 9f78c46

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.0.0/totp && chmod +x totp
15+
curl -LO https://github.com/simnalamburt/macos-totp-cli/releases/download/v1.0.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
@@ -206,7 +206,7 @@ func main() {
206206
},
207207
}
208208

209-
var rootCmd = &cobra.Command{Use: os.Args[0], Version: "1.0.0"}
209+
var rootCmd = &cobra.Command{Use: os.Args[0], Version: "1.0.1"}
210210
rootCmd.AddCommand(cmdScan, cmdAdd, cmdList, cmdGet, cmdDelete)
211211
if err := rootCmd.Execute(); err != nil {
212212
fmt.Println(err)

0 commit comments

Comments
 (0)