Skip to content

Commit

Permalink
chore(*): Bump up version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enenumxela committed Oct 20, 2024
1 parent 02d781c commit 752023c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ __ _____ _ __ __ ___ _| |___ / _ __
\ \/ / __| '__/ _` \ \ /\ / / | |_ \| '__|
> < (__| | | (_| |\ V V /| |___) | |
/_/\_\___|_| \__,_| \_/\_/ |_|____/|_|
v0.1.0
v0.2.0
USAGE:
xcrawl3r [OPTIONS]
Expand All @@ -164,7 +164,7 @@ CONFIGURATION:
TIP: use multiple flag to set multiple proxies
--render bool utilize a headless chrome instance to render pages
--timeout int time to wait for request in seconds (default: 10)
--user-agent string User Agent to use (default: xcrawl3r v0.1.0 (https://github.com/hueristiq/xcrawl3r))
--user-agent string User Agent to use (default: xcrawl3r v0.2.0 (https://github.com/hueristiq/xcrawl3r))
TIP: use `web` for a random web user-agent,
`mobile` for a random mobile user-agent,
or you can set your specific user-agent.
Expand Down
2 changes: 1 addition & 1 deletion internal/configuration/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "github.com/logrusorgru/aurora/v3"

const (
NAME = "xcrawl3r"
VERSION = "0.1.0"
VERSION = "0.2.0"
)

var BANNER = aurora.Sprintf(
Expand Down

0 comments on commit 752023c

Please sign in to comment.