diff --git a/README.md b/README.md index 04ee056..0bf149c 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ USAGE: [hack-browser-data -b chrome -f json -dir results -cc] Get all data(password/cookie/history/bookmark) from chrome VERSION: - 0.2.8 + 0.3.0 GLOBAL OPTIONS: --verbose, --vv Verbose (default: false) --compress, --cc Compress result to zip (default: false) diff --git a/README_ZH.md b/README_ZH.md index e26edb2..88e987c 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -103,7 +103,7 @@ USAGE: [hack-browser-data -b chrome -f json -dir results -cc] Get all data(password/cookie/history/bookmark) from chrome VERSION: - 0.2.8 + 0.3.0 GLOBAL OPTIONS: --verbose, --vv Verbose (default: false) --compress, --cc Compress result to zip (default: false) diff --git a/cmd/cmd.go b/cmd/cmd.go index 0cd8d90..f2b86ad 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -23,7 +23,7 @@ func Execute() { Name: "hack-browser-data", Usage: "Export passwords/cookies/history/bookmarks from browser", UsageText: "[hack-browser-data -b chrome -f json -dir results -cc]\n Get all data(password/cookie/history/bookmark) from chrome", - Version: "0.2.9", + Version: "0.3.0", Flags: []cli.Flag{ &cli.BoolFlag{Name: "verbose", Aliases: []string{"vv"}, Destination: &verbose, Value: false, Usage: "Verbose"}, &cli.BoolFlag{Name: "compress", Aliases: []string{"cc"}, Destination: &compress, Value: false, Usage: "Compress result to zip"},