From 3c928122ebf11d525e7b89d8fac65c0a61131adb Mon Sep 17 00:00:00 2001 From: KAMADA Ken'ichi Date: Sun, 22 Dec 2019 22:28:48 +0900 Subject: [PATCH] Increment the version to 0.4. --- Cargo.toml | 2 +- README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c3ac1f8..c30a168 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "exif" -version = "0.3.1" +version = "0.4.0" authors = ["KAMADA Ken'ichi "] edition = "2018" diff --git a/README b/README index 04a25d8..89b70f6 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ Usage but it is renamed on crates.io to avoid a naming conflict. [dependencies] - kamadak-exif = "0.3" + kamadak-exif = "0.4" Add the following to your crate root (before Rust 2018).