Skip to content

Commit

Permalink
[release] 0.4.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmcgrath committed Jun 8, 2023
1 parent efea903 commit d417289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <ryan@rymc.io>"]
build = "build.rs"
Expand Down Expand Up @@ -101,4 +101,4 @@ name = "window_controller"
required-features = ["appkit"]
[[example]]
name = "safe_area"
required-features = ["appkit"]
required-features = ["appkit"]

0 comments on commit d417289

Please sign in to comment.