Increment the version to 0.4.

This commit is contained in:
KAMADA Ken'ichi 2019-12-22 22:28:48 +09:00
parent 3e8ed54497
commit 3c928122eb
2 changed files with 2 additions and 2 deletions

View File

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

2
README
View File

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