summary history branches tags files
commit:ac6e0e879b5a0ba72a2b0771dcac5be4cc2dc3ae
author:Trevor Bentley
committer:Trevor Bentley
date:Wed Sep 30 23:02:48 2020 +0200
parents:7579b1590c9857dcec01f0de5f88daaa9b880bb0
Release 0.9.1
diff --git a/Cargo.toml b/Cargo.toml
line changes: +1/-1
index 102e6ee..c31e931
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "fruitbasket"
-version = "0.9.1-rc"
+version = "0.9.1"
 authors = ["Trevor Bentley <mrmekon@gmail.com>"]
 description = "Framework for running Rust programs in a Mac 'app bundle' environment."
 keywords = ["mac", "osx", "bundle", "cocoa", "appkit"]