diff --git a/Cargo.toml b/Cargo.toml index 3f79b70..2a92847 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cacao" description = "Rust bindings for AppKit (macOS, beta) and UIKit (iOS/tvOS, alpha)." -version = "0.2.0" +version = "0.2.1" edition = "2018" authors = ["Ryan McGrath "] build = "build.rs"