diff --git a/cocoa-foundation/Cargo.toml b/cocoa-foundation/Cargo.toml index 36f0f7c1..ed75c2b2 100644 --- a/cocoa-foundation/Cargo.toml +++ b/cocoa-foundation/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cocoa-foundation" description = "Bindings to Cocoa Foundation for macOS" -version = "0.2.0" +version = "0.2.1" authors.workspace = true edition.workspace = true diff --git a/cocoa/Cargo.toml b/cocoa/Cargo.toml index c021998c..31b8e929 100644 --- a/cocoa/Cargo.toml +++ b/cocoa/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cocoa" description = "Bindings to Cocoa for macOS" -version = "0.26.0" +version = "0.26.1" authors.workspace = true edition.workspace = true diff --git a/io-surface/Cargo.toml b/io-surface/Cargo.toml index d1fd50a8..4e068a1d 100644 --- a/io-surface/Cargo.toml +++ b/io-surface/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "io-surface" description = "Bindings to IO Surface for macOS" -version = "0.16.0" +version = "0.16.1" authors.workspace = true edition.workspace = true