diff --git a/Cargo.lock b/Cargo.lock index 0b543bf8..6bd73b4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,7 +505,7 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" [[package]] name = "harper-core" -version = "0.7.0" +version = "0.7.3" dependencies = [ "blanket", "divan", @@ -522,7 +522,7 @@ dependencies = [ [[package]] name = "harper-ls" -version = "0.7.2" +version = "0.7.3" dependencies = [ "anyhow", "clap", diff --git a/README.md b/README.md index 0d73946f..34803fbc 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Web](https://github.com/chilipepperhott/harper/actions/workflows/build_web.yml/badge.svg)](https://github.com/chilipepperhott/harper/actions/workflows/build_web.yml) [![Precommit](https://github.com/chilipepperhott/harper/actions/workflows/precommit.yml/badge.svg)](https://github.com/chilipepperhott/harper/actions/workflows/precommit.yml) -Harper is a an English grammar checker designed to be _just right._ +Harper is an English grammar checker designed to be _just right._ I created it after years of dealing with the shortcomings of the competition. Grammarly was too expensive and too overbearing. diff --git a/harper-core/Cargo.toml b/harper-core/Cargo.toml index ac47bfcf..62d61088 100644 --- a/harper-core/Cargo.toml +++ b/harper-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "harper-core" -version = "0.7.0" +version = "0.7.3" edition = "2021" description = "The language checker for developers." license = "Apache-2.0" diff --git a/harper-ls/Cargo.toml b/harper-ls/Cargo.toml index 2db4b237..31d6a298 100644 --- a/harper-ls/Cargo.toml +++ b/harper-ls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "harper-ls" -version = "0.7.2" +version = "0.7.3" edition = "2021" description = "The language checker for developers." license = "Apache-2.0"