diff --git a/Cargo.toml b/Cargo.toml index abe58d0..e26777d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono-tz" -version = "0.1.1" +version = "0.1.2" authors = ["Djzin"] build = "build.rs" description = "TimeZone implementations for rust-chrono from the IANA database" diff --git a/README.md b/README.md index f92b460..d781802 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Chrono-TZ 0.1.1 +# Chrono-TZ 0.1.2 `Chrono-TZ` is a library that provides implementors of the [`TimeZone`][timezone] trait for [`rust-chrono`][chrono]. The diff --git a/src/lib.rs b/src/lib.rs index c726d53..4436460 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -//! # Chrono-TZ 0.1.1 +//! # Chrono-TZ 0.1.2 //! //! `Chrono-TZ` is a library that provides implementors of the //! [`TimeZone`][timezone] trait for [`rust-chrono`][chrono]. The