From 4621acaaabd6dfd0a4dfed54a6644f8fcd0ddd7e Mon Sep 17 00:00:00 2001 From: KAMADA Ken'ichi Date: Sun, 26 Jan 2020 23:19:54 +0900 Subject: [PATCH] Increment the version to 0.5. --- Cargo.toml | 2 +- README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eb64113..4b1820c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "exif" -version = "0.4.0" +version = "0.5.0" authors = ["KAMADA Ken'ichi "] edition = "2018" diff --git a/README b/README index 1281a50..860fa70 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ Usage but it is renamed on crates.io to avoid a naming conflict. [dependencies] - kamadak-exif = "0.4" + kamadak-exif = "0.5" Add the following to your crate root (before Rust 2018).