diff --git a/cocoa/Cargo.toml b/cocoa/Cargo.toml index abeac2b..45282d1 100644 --- a/cocoa/Cargo.toml +++ b/cocoa/Cargo.toml @@ -4,7 +4,7 @@ name = "cocoa" description = "Bindings to Cocoa for OS X" homepage = "https://github.com/servo/core-foundation-rs" repository = "https://github.com/servo/core-foundation-rs" -version = "0.16.1" +version = "0.17.0" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0" diff --git a/core-text/Cargo.toml b/core-text/Cargo.toml index e9f70d0..20dc06a 100644 --- a/core-text/Cargo.toml +++ b/core-text/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "core-text" -version = "10.0.1" +version = "11.0.0" authors = ["The Servo Project Developers"] description = "Bindings to the Core Text framework." license = "MIT/Apache-2.0"