diff --git a/Cargo.lock b/Cargo.lock index bfe861f..d57a3e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1671,7 +1671,7 @@ dependencies = [ ] [[package]] -name = "typy-cli" +name = "typy" version = "0.7.0" dependencies = [ "anyhow", diff --git a/README.md b/README.md index ebd09f0..0a94f5a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ To install Typy, you can use the [Cargo] package manager: [Cargo]: https://doc.rust-lang.org/cargo/ ```bash -cargo install --git "https://github.com/Pazl27/typy-cli.git" --tag "v0.8.0" +cargo install --git "https://github.com/Pazl27/typy-cli.git" --tag "v0.9.0" ``` If you prefer to get the newest version and compile it yourself, follow these steps: