diff --git a/cocoa/Cargo.toml b/cocoa/Cargo.toml index ddf230e..d5715ea 100644 --- a/cocoa/Cargo.toml +++ b/cocoa/Cargo.toml @@ -4,7 +4,7 @@ name = "cocoa" description = "Bindings to Cocoa for macOS" homepage = "https://github.com/servo/core-foundation-rs" repository = "https://github.com/servo/core-foundation-rs" -version = "0.18.4" +version = "0.19.0" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0" diff --git a/io-surface/Cargo.toml b/io-surface/Cargo.toml index 1c57fc2..0afb0c8 100644 --- a/io-surface/Cargo.toml +++ b/io-surface/Cargo.toml @@ -3,7 +3,7 @@ name = "io-surface" description = "Bindings to IO Surface for macOS" homepage = "https://github.com/servo/core-foundation-rs" repository = "https://github.com/servo/core-foundation-rs" -version = "0.11.1" +version = "0.12.0" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0"