From 0c34e29ecb4fddc8dd0e02a76f5bcd9d5d11dc59 Mon Sep 17 00:00:00 2001 From: KAMADA Ken'ichi Date: Mon, 27 Mar 2017 20:05:26 +0900 Subject: [PATCH] Increment the version to 0.2.1. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9785675..9e5ac17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "exif" -version = "0.2.0" +version = "0.2.1" authors = ["KAMADA Ken'ichi "] description = "Exif parsing library written in pure Rust"