diff --git a/Cargo.lock b/Cargo.lock index b0176dc168..10538b4b8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1319,7 +1319,7 @@ dependencies = [ [[package]] name = "lychee" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "assert_cmd", @@ -1348,7 +1348,7 @@ dependencies = [ [[package]] name = "lychee-lib" -version = "0.6.0" +version = "0.7.0" dependencies = [ "check-if-email-exists", "deadpool", diff --git a/README.md b/README.md index 83f4b2c8ed..08c7e823db 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ OPTIONS: -T, --threads Number of threads to utilize. Defaults to number of cores available to the system -t, --timeout Website timeout from connect to response finished [default: 20] - -u, --user-agent User agent [default: lychee/0.6.0] + -u, --user-agent User agent [default: lychee/0.7.0] ARGS: ... The inputs (where to get links to check from). These can be: files (e.g. `README.md`), file globs diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 804209585f..aab7e4fb59 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -14,10 +14,10 @@ keywords = [ ] license = "Apache-2.0/MIT" repository = "https://github.com/lycheeverse/lychee" -version = "0.6.0" +version = "0.7.0" [dependencies] -lychee-lib = { path = "../lychee-lib", version = "0.6.0" } +lychee-lib = { path = "../lychee-lib", version = "0.7.0" } anyhow = "1.0.40" console = "0.14.1" headers = "0.3.4" diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index d92e6efbf1..282d522b68 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -14,7 +14,7 @@ keywords = [ ] license = "Apache-2.0/MIT" repository = "https://github.com/lycheeverse/lychee" -version = "0.6.0" +version = "0.7.0" [dependencies] check-if-email-exists = "0.8.21"