1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-04-27 06:09:00 +00:00

Release 0.14.0 (#117)

* Update Cargo.toml

* Update README.md
This commit is contained in:
Alfred Gutierrez 2023-07-31 20:54:29 -07:00 committed by GitHub
parent d6c38642de
commit 18f1718b70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "mp4"
version = "0.13.0"
version = "0.14.0"
authors = ["Alf <alf.g.jr@gmail.com>"]
edition = "2018"
description = "MP4 reader and writer library in Rust."

View file

@ -63,7 +63,7 @@ cargo add mp4
```
or add to your `Cargo.toml`:
```toml
mp4 = "0.13.0"
mp4 = "0.14.0"
```
#### Documentation