diff --git a/README.md b/README.md index a1a6eed..c1328c5 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,11 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -caesar_cipher_enc_dec = "0.6.2" +caesar_cipher_enc_dec = "1.0.4" ``` +> Note: This version is pinned for documentation consistency with this repository (`Cargo.toml`). For the latest release, always check [crates.io](https://crates.io/crates/caesar_cipher_enc_dec). + ## Library Usage ### Basic Usage