From f0f609767316f6701ac493b75583d5d936ac79b9 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Thu, 24 Jun 2021 11:13:25 +0200 Subject: [PATCH] (cargo-release) version 6.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 499739a..ce8539f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evalexpr" -version = "6.1.2-alpha.0" +version = "6.2.0" description = "A powerful arithmetic and boolean expression evaluator" keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"] categories = ["parsing", "game-engines"]