diff --git a/Cargo.lock b/Cargo.lock index 4fec8fd..6eb7374 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -263,7 +263,7 @@ dependencies = [ [[package]] name = "torrust-linting" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 915355c..0a283a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "torrust-linting" -version = "0.1.0" +version = "0.2.0" edition = "2021" rust-version = "1.85" default-run = "linter" diff --git a/README.md b/README.md index 2a7f6f4..d891e45 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Add to your `Cargo.toml`: ```toml [dependencies] -torrust-linting = "0.1.0" +torrust-linting = "0.2.0" ``` #### Option 1: Use the complete CLI (easiest)