diff --git a/Cargo.toml b/Cargo.toml index a9cb2c2..30fd517 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cacao" description = "Rust bindings for AppKit (macOS/Airyx/GNUStep, beta) and UIKit (iOS/tvOS, alpha)." -version = "0.3.2" +version = "0.4.0-beta1" edition = "2018" authors = ["Ryan McGrath "] build = "build.rs" @@ -101,4 +101,4 @@ name = "window_controller" required-features = ["appkit"] [[example]] name = "safe_area" -required-features = ["appkit"] \ No newline at end of file +required-features = ["appkit"]