chore: Update version number to 0.4.7 in README and main.go files

- Update version number to `0.4.7` in `README` and `README_ZH`
- Update version number to `0.4.7` in `cmd/hack-browser-data/main.go`
This commit is contained in:
moonD4rk 2024-01-09 17:56:28 +08:00 committed by ᴍᴏᴏɴD4ʀᴋ
parent 53e9447713
commit 23daf093b8
3 changed files with 3 additions and 3 deletions

View File

@ -135,7 +135,7 @@ USAGE:
Github Link: https://github.com/moonD4rk/HackBrowserData
VERSION:
0.5.0
0.4.7
GLOBAL OPTIONS:
--verbose, --vv verbose (default: false)

View File

@ -130,7 +130,7 @@ USAGE:
Github Link: https://github.com/moonD4rk/HackBrowserData
VERSION:
0.5.0
0.4.7
GLOBAL OPTIONS:
--verbose, --vv verbose (default: false)

View File

@ -29,7 +29,7 @@ func Execute() {
Name: "hack-browser-data",
Usage: "Export passwords|bookmarks|cookies|history|credit cards|download history|localStorage|extensions from browser",
UsageText: "[hack-browser-data -b chrome -f json -dir results --zip]\nExport all browsing data (passwords/cookies/history/bookmarks) from browser\nGithub Link: https://github.com/moonD4rk/HackBrowserData",
Version: "0.5.0",
Version: "0.4.7",
Flags: []cli.Flag{
&cli.BoolFlag{Name: "verbose", Aliases: []string{"vv"}, Destination: &verbose, Value: false, Usage: "verbose"},
&cli.BoolFlag{Name: "compress", Aliases: []string{"zip"}, Destination: &compress, Value: false, Usage: "compress result to zip"},