diff --git a/Cargo.toml b/Cargo.toml index 0a7ca74..3fb4bc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "exif" -version = "0.1.2" +version = "0.1.3" authors = ["KAMADA Ken'ichi "] description = "Exif parsing library written in pure Rust" diff --git a/README b/README index 0a5f459..7b32518 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ Usage minor will be bumped to indicate backwards-incompatible changes. [dependencies] - exif = "0.1.2" + exif = "0.1.3" Add the following to your crate root.