Increment the version to 0.5.

This commit is contained in:
KAMADA Ken'ichi 2020-01-26 23:19:54 +09:00
parent 60c8e15b11
commit 4621acaaab
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "exif"
version = "0.4.0"
version = "0.5.0"
authors = ["KAMADA Ken'ichi <kamada@nanohz.org>"]
edition = "2018"

2
README
View File

@ -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).