From e4ac5ec3f2db46eac3c4d5014ef5087d44f08fd5 Mon Sep 17 00:00:00 2001 From: KAMADA Ken'ichi Date: Sun, 26 Mar 2017 21:30:24 +0900 Subject: [PATCH] Increment the version to 0.2. --- Cargo.toml | 2 +- README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0b7d871..9785675 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "exif" -version = "0.1.3" +version = "0.2.0" authors = ["KAMADA Ken'ichi "] description = "Exif parsing library written in pure Rust" diff --git a/README b/README index f554927..ab00f1e 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ Usage minor will be bumped to indicate backwards-incompatible changes. [dependencies] - exif = "0.1.3" + exif = "0.2" Add the following to your crate root.