Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-sahin committed Nov 19, 2024
1 parent 7bd9e90 commit 591458c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "dotlr"
description = "An LR(1) parser generator and visualizer created for educational purposes."
categories = ["algorithms", "parsing"]
keywords = ["educational", "lalr-parsing", "lr-parsing", "parser-generator"]
version = "0.4.0"
version = "0.4.1"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion bindings/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"parser-generator"
],
"license": "MIT OR Apache-2.0",
"version": "0.4.0",
"version": "0.4.1",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
Expand Down

0 comments on commit 591458c

Please sign in to comment.