Skip to content

Commit

Permalink
Release 0.14.0 (alfg#117)
Browse files Browse the repository at this point in the history
* Update Cargo.toml

* Update README.md
  • Loading branch information
alfg authored and Na1w committed May 13, 2024
1 parent bf5b050 commit 20e5445
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.13.0"
version = "0.14.0"
authors = ["Alf <alf.g.jr@gmail.com>"]
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 @@ -63,7 +63,7 @@ cargo add mp4
```
or add to your `Cargo.toml`:
```toml
mp4 = "0.13.0"
mp4 = "0.14.0"
```

#### Documentation
Expand Down

0 comments on commit 20e5445

Please sign in to comment.