From 735bef7b8a057d42f76962ee91f23c8d0d05c8bd Mon Sep 17 00:00:00 2001 From: Brian Schwind Date: Tue, 16 Oct 2018 14:49:13 +0900 Subject: [PATCH] Bump version to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae251b4..e36b64f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "yoga" description = "Rust bindings for Facebook's Yoga, a Flexbox layout engine" license = "MIT" repository = "https://github.com/bschwind/yoga-rs" -version = "0.2.0" +version = "0.3.0" authors = ["Brian Schwind "] build = "build.rs"