Skip to content

Commit

Permalink
Release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianEddy committed Nov 2, 2022
1 parent db9d3cd commit e407b1c
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.3"
version = "0.1.4"
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.3"
mp4-merge = "0.1.4"
```
```rust
let files = ["IN_FILE1.mp4", "IN_FILE2.mp4"];
Expand Down

0 comments on commit e407b1c

Please sign in to comment.