From cfb0490cc2bd931d60080d91b46011f7b6504402 Mon Sep 17 00:00:00 2001 From: "Teppei.F" <37261985+T3pp31@users.noreply.github.com> Date: Fri, 17 Apr 2026 20:55:22 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20README=E3=81=AE=E4=BE=9D=E5=AD=98?= =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=921.0.4?= =?UTF-8?q?=E3=81=B8=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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