Skip to content

Commit 4bf4a98

Browse files
committed
0.7.1
1 parent 8af1165 commit 4bf4a98

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mp4"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Alf <[email protected]>"]
55
edition = "2018"
66
description = "MP4 reader and writer library in Rust."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ See [examples/](examples/) for more examples.
6161
#### Install
6262
Add to your `Cargo.toml`:
6363
```toml
64-
mp4 = "0.7.0"
64+
mp4 = "0.7.1"
6565
```
6666

6767
#### Documentation

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
//! ```
6363
//!
6464
//! [mp4box]: https://github.com/alfg/mp4-rust/blob/master/src/mp4box/mod.rs
65-
//! [examples]: https://github.com/alfg/mp4-rust/examples
65+
//! [examples]: https://github.com/alfg/mp4-rust/blob/master/src/examples
6666
#![doc(html_root_url = "https://docs.rs/mp4/*")]
6767

6868

0 commit comments

Comments
 (0)