Skip to content

Commit

Permalink
Release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianEddy committed Aug 29, 2023
1 parent a4cd137 commit 60f4516
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-merge"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
authors = ["Adrian <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mp4_merge IN_FILE1.mp4 IN_FILE2.mp4 IN_FILE3.mp4 ... --out result.mp4

```toml
[dependencies]
mp4-merge = "0.1.5"
mp4-merge = "0.1.6"
```
```rust
let files = ["IN_FILE1.mp4", "IN_FILE2.mp4"];
Expand Down

0 comments on commit 60f4516

Please sign in to comment.