diff --git a/cocoa/Cargo.toml b/cocoa/Cargo.toml index 4e317b251..6e6c28c94 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.19.1" +version = "0.20.0" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0" diff --git a/core-graphics/Cargo.toml b/core-graphics/Cargo.toml index acff2ad6d..f7ed927d0 100644 --- a/core-graphics/Cargo.toml +++ b/core-graphics/Cargo.toml @@ -3,7 +3,7 @@ name = "core-graphics" description = "Bindings to Core Graphics for macOS" homepage = "https://github.com/servo/core-graphics-rs" repository = "https://github.com/servo/core-foundation-rs" -version = "0.18.0" +version = "0.19.0" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0" diff --git a/core-text/Cargo.toml b/core-text/Cargo.toml index 0a34c7446..f5c81e96f 100644 --- a/core-text/Cargo.toml +++ b/core-text/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "core-text" -version = "14.0.0" +version = "15.0.0" authors = ["The Servo Project Developers"] description = "Bindings to the Core Text framework." license = "MIT/Apache-2.0" diff --git a/io-surface/Cargo.toml b/io-surface/Cargo.toml index 3bb6418cc..57233c7a4 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.12.1" +version = "0.13.0" authors = ["The Servo Project Developers"] license = "MIT / Apache-2.0"