From 8d5d3f8e52430a1e376353da5220b0b8fa5d0e97 Mon Sep 17 00:00:00 2001 From: Umut Date: Mon, 9 Sep 2024 03:40:04 +0300 Subject: [PATCH] v0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f85a868..781f608 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "dotlr" description = "An LR(1) parser generator and visualizer created for educational purposes." categories = ["algorithms", "parsing"] keywords = ["educational", "lr-parsing", "parser-generator"] -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "MIT OR Apache-2.0" authors = [