From d417289f92b5ec13db1608c6e43485f8894b966c Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Thu, 8 Jun 2023 16:09:42 -0700 Subject: [PATCH] [release] 0.4.0-beta1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]