Skip to content

Commit 9b7799d

Browse files
Jean-Yves Avenardkinetiknz
Jean-Yves Avenard
authored andcommitted
Bump API version
1 parent 4472ec1 commit 9b7799d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mp4parse/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mp4parse"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
authors = [
55
"Ralph Giles <[email protected]>",
66
"Matthew Gregan <[email protected]>",

mp4parse_capi/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mp4parse_capi"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
authors = [
55
"Ralph Giles <[email protected]>",
66
"Matthew Gregan <[email protected]>",
@@ -24,7 +24,7 @@ travis-ci = { repository = "https://github.com/mozilla/mp4parse-rust" }
2424
[dependencies]
2525
byteorder = "1.2.1"
2626
log = "0.4"
27-
mp4parse = {version = "0.11.1", path = "../mp4parse"}
27+
mp4parse = {version = "0.11.2", path = "../mp4parse"}
2828
num-traits = "0.2.0"
2929

3030
[dev-dependencies]

0 commit comments

Comments
 (0)