Skip to content

Commit 6a059d9

Browse files
committed
Bump version to 0.11.6 for new release
While our new release strategy will start with v0.12.95 around December 7th with the changes in #347, I didn't want to make #339 wait so long to be resolved. This will allow for an updated release which is not in sync with any particular Firefox version.
1 parent 8f05871 commit 6a059d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mp4parse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mp4parse"
3-
version = "0.11.5"
3+
version = "0.11.6"
44
authors = [
55
"Ralph Giles <[email protected]>",
66
"Matthew Gregan <[email protected]>",

mp4parse_capi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mp4parse_capi"
3-
version = "0.11.5"
3+
version = "0.11.6"
44
authors = [
55
"Ralph Giles <[email protected]>",
66
"Matthew Gregan <[email protected]>",
@@ -27,7 +27,7 @@ travis-ci = { repository = "https://github.com/mozilla/mp4parse-rust" }
2727
byteorder = "1.2.1"
2828
fallible_collections = { version = "0.4", features = ["std_io"] }
2929
log = "0.4"
30-
mp4parse = { version = "0.11.5", path = "../mp4parse", features = ["unstable-api"] }
30+
mp4parse = { version = "0.11.6", path = "../mp4parse", features = ["unstable-api"] }
3131
num-traits = "0.2.14"
3232

3333
[dev-dependencies]

0 commit comments

Comments
 (0)