From 6ab55223c7af1e0e194f8ae0a83e45096475e52a Mon Sep 17 00:00:00 2001 From: fengcen Date: Thu, 7 Dec 2017 07:25:47 +0800 Subject: [PATCH] bump version 0.4.1 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7a77d58..19b8136 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eval" -version = "0.4.0" +version = "0.4.1" description = "Expression evaluator" keywords = ["expression", "evaluate", "evaluator", "expr", "template"] authors = ["fengcen "] diff --git a/README.md b/README.md index 974714a..dad688d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ eval ==== [![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) -[![docs](https://docs.rs/eval/badge.svg?version=0.4.0 "docs")](https://docs.rs/eval) +[![docs](https://docs.rs/eval/badge.svg?version=0.4.1 "docs")](https://docs.rs/eval) Eval is a powerful expression evaluator.