Skip to content

Commit 18f1718

Browse files
authored
Release 0.14.0 (#117)
* Update Cargo.toml * Update README.md
1 parent d6c3864 commit 18f1718

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.13.0"
3+
version = "0.14.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
@@ -63,7 +63,7 @@ cargo add mp4
6363
```
6464
or add to your `Cargo.toml`:
6565
```toml
66-
mp4 = "0.13.0"
66+
mp4 = "0.14.0"
6767
```
6868

6969
#### Documentation

0 commit comments

Comments
 (0)