Skip to content

Commit 02b87d3

Browse files
committed
0.10.0
1 parent b48066f commit 02b87d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ See [examples/](examples/) for more examples.
6060
#### Install
6161
Add to your `Cargo.toml`:
6262
```toml
63-
mp4 = "0.9.2"
63+
mp4 = "0.10.0"
6464
```
6565

6666
#### Documentation

0 commit comments

Comments
 (0)