From d6538d1d4539119cf07d2a87457a5a0644e55442 Mon Sep 17 00:00:00 2001 From: trivernis Date: Wed, 5 Aug 2020 13:13:32 +0200 Subject: [PATCH] Update version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a85033e..0d58a2d 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.2.0" +version = "0.3.0" authors = ["trivernis "] edition = "2018" readme = "README.md"