From 2343e8d4824b09786ebf55b61984cc5039653115 Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Sun, 23 Mar 2025 23:10:55 -0700 Subject: [PATCH] Prep for v1.3.1 release --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 65fefcfc..6123714c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "strftime-ruby" # remember to set `html_root_url` in `src/lib.rs`. -version = "1.3.0" +version = "1.3.1" authors = ["Ryan Lopopolo ", "x-hgg-x"] license = "MIT" edition = "2021" diff --git a/README.md b/README.md index fd39fdcf..3d2bfecd 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -strftime-ruby = "1.3.0" +strftime-ruby = "1.3.1" ``` ## Crate features diff --git a/src/lib.rs b/src/lib.rs index 355bd89a..bc70ed1f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -121,7 +121,7 @@ //! days in that year. The days before the first week are in the last week of //! the previous year. -#![doc(html_root_url = "https://docs.rs/strftime-ruby/1.3.0")] +#![doc(html_root_url = "https://docs.rs/strftime-ruby/1.3.1")] #![no_std] #[cfg(feature = "alloc")]