From 8888f9612769ac616b476bbde6a651654a767ce4 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 13 Jun 2021 15:29:32 +0200 Subject: [PATCH] Increment version Signed-off-by: trivernis --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b3d19e..e2f93e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "asciimath-rs" description = "AsciiMath parser" repository = "https://github.com/trivernis/asciimath-rs" -version = "0.6.0" +version = "0.6.1" authors = ["trivernis "] edition = "2018" readme = "README.md"