diff --git a/cubeb-api/Cargo.toml b/cubeb-api/Cargo.toml index 014d820..2b4bec5 100644 --- a/cubeb-api/Cargo.toml +++ b/cubeb-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cubeb" -version = "0.17.0" +version = "0.18.0" authors = ["Dan Glastonbury "] license = "ISC" readme = "README.md" @@ -19,4 +19,4 @@ circle-ci = { repository = "mozilla/cubeb-rs" } gecko-in-tree = ["cubeb-core/gecko-in-tree"] [dependencies] -cubeb-core = { path = "../cubeb-core", version = "0.17.0" } +cubeb-core = { path = "../cubeb-core", version = "0.18.0" } diff --git a/cubeb-backend/Cargo.toml b/cubeb-backend/Cargo.toml index 5632707..12d44a6 100644 --- a/cubeb-backend/Cargo.toml +++ b/cubeb-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cubeb-backend" -version = "0.17.0" +version = "0.18.0" authors = ["Dan Glastonbury "] license = "ISC" keywords = ["cubeb"] @@ -18,4 +18,4 @@ circle-ci = { repository = "mozilla/cubeb-rs" } gecko-in-tree = ["cubeb-core/gecko-in-tree"] [dependencies] -cubeb-core = { path = "../cubeb-core", version = "0.17.0" } +cubeb-core = { path = "../cubeb-core", version = "0.18.0" } diff --git a/cubeb-core/Cargo.toml b/cubeb-core/Cargo.toml index 839ec0e..d5aa053 100644 --- a/cubeb-core/Cargo.toml +++ b/cubeb-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cubeb-core" -version = "0.17.0" +version = "0.18.0" authors = ["Dan Glastonbury "] license = "ISC" keywords = ["cubeb"] @@ -19,7 +19,7 @@ gecko-in-tree = ["cubeb-sys/gecko-in-tree"] [dependencies] bitflags = "1.2.0" -cubeb-sys = { path = "../cubeb-sys", version = "0.17" } +cubeb-sys = { path = "../cubeb-sys", version = "0.18" } [build-dependencies] cc = "1.1.30" diff --git a/cubeb-sys/Cargo.toml b/cubeb-sys/Cargo.toml index c5fafe5..7269471 100644 --- a/cubeb-sys/Cargo.toml +++ b/cubeb-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cubeb-sys" -version = "0.17.1" +version = "0.18.0" authors = ["Dan Glastonbury "] repository = "https://github.com/mozilla/cubeb-rs" license = "ISC"