From 9ca277c3e52f9d0705f7a2d53a2f62ae12b94d94 Mon Sep 17 00:00:00 2001 From: KAMADA Ken'ichi Date: Sat, 25 Feb 2017 22:43:47 +0900 Subject: [PATCH] Increment the version to 0.1.2. --- Cargo.toml | 2 +- README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1de8220..0a7ca74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "exif" -version = "0.1.1" +version = "0.1.2" authors = ["KAMADA Ken'ichi "] description = "Exif parsing library written in pure Rust" diff --git a/README b/README index 820be48..7aeab62 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ Usage minor will be bumped to indicate backwards-incompatible changes. [dependencies] - exif = "0.1.1" + exif = "0.1.2" Add the following to your crate root.