From 0949abc4acef56437a0e07fe773e41691ac8a3bc Mon Sep 17 00:00:00 2001 From: KAMADA Ken'ichi Date: Sat, 17 Jun 2017 22:49:08 +0900 Subject: [PATCH] Increment the version to 0.2.2. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e5ac17..190778a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "exif" -version = "0.2.1" +version = "0.2.2" authors = ["KAMADA Ken'ichi "] description = "Exif parsing library written in pure Rust"