Skip to content

Commit

Permalink
version bump to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
djzin committed Oct 23, 2016
1 parent dec8667 commit 685107e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chrono-tz"
version = "0.2.1"
version = "0.2.2"
authors = ["Djzin"]
build = "build.rs"
description = "TimeZone implementations for rust-chrono from the IANA database"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Chrono-TZ 0.2.1
# Chrono-TZ 0.2.2

`Chrono-TZ` is a library that provides implementors of the
[`TimeZone`][timezone] trait for [`rust-chrono`][chrono]. The
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! # Chrono-TZ 0.2.1
//! # Chrono-TZ 0.2.2
//!
//! `Chrono-TZ` is a library that provides implementors of the
//! [`TimeZone`][timezone] trait for [`rust-chrono`][chrono]. The
Expand Down

0 comments on commit 685107e

Please sign in to comment.