From c5f25db4fd33be84dc8fb84a8a45644499bbecbe Mon Sep 17 00:00:00 2001 From: KAMADA Ken'ichi Date: Sun, 16 Jul 2017 15:28:28 +0900 Subject: [PATCH] Increment the version to 0.2.3. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 190778a..5a73a43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "exif" -version = "0.2.2" +version = "0.2.3" authors = ["KAMADA Ken'ichi "] description = "Exif parsing library written in pure Rust"