From 8bb941cff7cf190e14f71ff38ed5a1ff5d5cc3c2 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Sat, 23 Mar 2019 15:37:33 +0200 Subject: [PATCH] Set version to target of next release --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e491f3f..4156507 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evalexpr" -version = "1.1.1-alpha.0" +version = "1.2.0-alpha.0" description = "A powerful arithmetic and boolean expression evaluator" keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"] categories = ["parsing", "game-engines"] @@ -21,4 +21,4 @@ serde = { version = "1", optional = true} [features] [dev-dependencies] -ron = "0.4" \ No newline at end of file +ron = "0.4"