diff --git a/Cargo.toml b/Cargo.toml index 55e08b1..444afb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mp4" -version = "0.7.0" +version = "0.7.1" authors = ["Alf "] edition = "2018" description = "MP4 reader and writer library in Rust." diff --git a/README.md b/README.md index 1cb3231..20afd2d 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ See [examples/](examples/) for more examples. #### Install Add to your `Cargo.toml`: ```toml -mp4 = "0.7.0" +mp4 = "0.7.1" ``` #### Documentation diff --git a/src/lib.rs b/src/lib.rs index c542f80..eb5c24d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -62,7 +62,7 @@ //! ``` //! //! [mp4box]: https://github.com/alfg/mp4-rust/blob/master/src/mp4box/mod.rs -//! [examples]: https://github.com/alfg/mp4-rust/examples +//! [examples]: https://github.com/alfg/mp4-rust/blob/master/src/examples #![doc(html_root_url = "https://docs.rs/mp4/*")]