Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
kinetiknz committed Sep 19, 2024
1 parent 0a73433 commit dff28a9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cubeb-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cubeb"
version = "0.13.0"
version = "0.14.0"
authors = ["Dan Glastonbury <dglastonbury@mozilla.com>"]
license = "ISC"
readme = "README.md"
Expand All @@ -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.13.0" }
cubeb-core = { path = "../cubeb-core", version = "0.14.0" }
4 changes: 2 additions & 2 deletions cubeb-backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cubeb-backend"
version = "0.13.0"
version = "0.14.0"
authors = ["Dan Glastonbury <dglastonbury@mozilla.com>"]
license = "ISC"
keywords = ["cubeb"]
Expand All @@ -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.13.0" }
cubeb-core = { path = "../cubeb-core", version = "0.14.0" }
4 changes: 2 additions & 2 deletions cubeb-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cubeb-core"
version = "0.13.0"
version = "0.14.0"
authors = ["Dan Glastonbury <dglastonbury@mozilla.com>"]
license = "ISC"
keywords = ["cubeb"]
Expand All @@ -19,4 +19,4 @@ gecko-in-tree = ["cubeb-sys/gecko-in-tree"]

[dependencies]
bitflags = "1.2.0"
cubeb-sys = { path = "../cubeb-sys", version = "0.13"}
cubeb-sys = { path = "../cubeb-sys", version = "0.14" }
2 changes: 1 addition & 1 deletion cubeb-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cubeb-sys"
version = "0.13.0"
version = "0.14.0"
authors = ["Dan Glastonbury <dglastonbury@mozilla.com>"]
repository = "https://github.com/mozilla/cubeb-rs"
license = "ISC"
Expand Down

0 comments on commit dff28a9

Please sign in to comment.