From 88f3a29bb794774acaa7b1404e5e1b8dc0f2e726 Mon Sep 17 00:00:00 2001 From: Steven Sheldon Date: Thu, 12 Nov 2015 00:02:55 -0800 Subject: [PATCH] Bumped to 0.1.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ca85b3..34f6fc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "objc_exception" -version = "0.0.2" +version = "0.1.0" authors = ["Steven Sheldon"] description = "Rust interface for Objective-C's throw and try/catch statements."