Skip to content

Commit

Permalink
0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alfg committed Dec 22, 2021
1 parent b4e43c2 commit 7be2ebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mp4"
version = "0.9.0"
version = "0.9.1"
authors = ["Alf <[email protected]>"]
edition = "2018"
description = "MP4 reader and writer library in Rust."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ See [examples/](examples/) for more examples.
#### Install
Add to your `Cargo.toml`:
```toml
mp4 = "0.9.0"
mp4 = "0.9.1"
```

#### Documentation
Expand Down

0 comments on commit 7be2ebe

Please sign in to comment.