Increment the version to 0.1.1.

This commit is contained in:
KAMADA Ken'ichi 2017-01-12 22:06:26 +09:00
parent b075a27d4e
commit dd2a068d3f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "exif"
version = "0.1.0"
version = "0.1.1"
authors = ["KAMADA Ken'ichi <kamada@nanohz.org>"]
description = "Exif parsing library written in pure Rust"

2
README
View File

@ -13,7 +13,7 @@ Usage
minor will be bumped to indicate backwards-incompatible changes.
[dependencies]
exif = "0.1.0"
exif = "0.1.1"
Add the following to your crate root.