From b20eff1a2eb38b979386297d67fc0b0509a2afd3 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Fri, 12 Aug 2022 20:58:58 -0700 Subject: [PATCH] Bump to 0.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd94ba9..6479ce2 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.0" +version = "0.3.1" edition = "2018" authors = ["Ryan McGrath "] build = "build.rs"