From 956cf9940eecada3b175cb2743d9998372687b94 Mon Sep 17 00:00:00 2001 From: "Teppei.F" <37261985+T3pp31@users.noreply.github.com> Date: Sat, 30 May 2026 15:55:39 +0900 Subject: [PATCH] chore: bump version to 1.0.10 for crates.io publish Co-authored-by: Cursor --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38e84bb..8755309 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -60,7 +60,7 @@ checksum = "6a65b545ab31d687cff52899d4890855fec459eb6afe0da6417b8a18da87aa29" [[package]] name = "caesar_cipher_enc_dec" -version = "1.0.9" +version = "1.0.10" dependencies = [ "clap", "tempfile", diff --git a/Cargo.toml b/Cargo.toml index 9f306f0..54bc27f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "caesar_cipher_enc_dec" -version = "1.0.9" +version = "1.0.10" edition = "2021" description = "can easily use caesar cipher" license = "MIT" diff --git a/README.md b/README.md index 63c7638..68bc7c8 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -caesar_cipher_enc_dec = "1.0.9" +caesar_cipher_enc_dec = "1.0.10" ``` > 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).