From 9a9a605a82622e27bcc0470efef9edcf0a5ca5ca Mon Sep 17 00:00:00 2001 From: KAMADA Ken'ichi Date: Sun, 17 Jun 2018 21:51:49 +0900 Subject: [PATCH] Increment the version to 0.3.1. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1dbbb09..a73c667 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "exif" -version = "0.3.0" +version = "0.3.1" authors = ["KAMADA Ken'ichi "] description = "Exif parsing library written in pure Rust"