From 2a9a8f863569d37e837f144c9779c7d7a9654bdf Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Thu, 8 Jul 2021 15:26:57 -0700 Subject: [PATCH] Push 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"