diff --git a/Cargo.toml b/Cargo.toml index edf2ed5..c868e34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mp4" -version = "0.8.0" +version = "0.8.1" authors = ["Alf "] edition = "2018" description = "MP4 reader and writer library in Rust." @@ -24,4 +24,4 @@ criterion = "0.3" [[bench]] name = "bench_main" -harness = false \ No newline at end of file +harness = false diff --git a/README.md b/README.md index e275d0e..8fa1bf7 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.8.0" +mp4 = "0.8.1" ``` #### Documentation