Set version to target of next release

This commit is contained in:
Sebastian Schmidt 2019-03-23 15:37:33 +02:00
parent b302ad112d
commit 8bb941cff7

View File

@ -1,6 +1,6 @@
[package] [package]
name = "evalexpr" name = "evalexpr"
version = "1.1.1-alpha.0" version = "1.2.0-alpha.0"
description = "A powerful arithmetic and boolean expression evaluator" description = "A powerful arithmetic and boolean expression evaluator"
keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"] keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"]
categories = ["parsing", "game-engines"] categories = ["parsing", "game-engines"]
@ -21,4 +21,4 @@ serde = { version = "1", optional = true}
[features] [features]
[dev-dependencies] [dev-dependencies]
ron = "0.4" ron = "0.4"