Skip to content

Commit

Permalink
Bump crate versions to 0.11.5 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
baumanj committed Jan 19, 2021
1 parent 2982a58 commit 9fb77e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mp4parse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mp4parse"
version = "0.11.4"
version = "0.11.5"
authors = [
"Ralph Giles <giles@mozilla.com>",
"Matthew Gregan <kinetik@flim.org>",
Expand Down
4 changes: 2 additions & 2 deletions mp4parse_capi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mp4parse_capi"
version = "0.11.4"
version = "0.11.5"
authors = [
"Ralph Giles <giles@mozilla.com>",
"Matthew Gregan <kinetik@flim.org>",
Expand All @@ -26,7 +26,7 @@ travis-ci = { repository = "https://github.com/mozilla/mp4parse-rust" }
byteorder = "1.2.1"
fallible_collections = { version = "0.3", features = ["std_io"] }
log = "0.4"
mp4parse = {version = "0.11.2", path = "../mp4parse"}
mp4parse = {version = "0.11.5", path = "../mp4parse"}
num-traits = "0.2.14"

[dev-dependencies]
Expand Down

0 comments on commit 9fb77e6

Please sign in to comment.