Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-sahin committed Nov 10, 2024
1 parent 7c267d8 commit c1dbfcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3.0"
version = "0.4.0"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ Yes, you can depend on the `dotlr` crate from [crates.io](https://crates.io/crat
Paste the following to your `dependencies` section of your `Cargo.toml`:

```toml
dotlr = { version = "0.3", default-features = false }
dotlr = { version = "0.4", default-features = false }
```

### Example
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.3.0",
"version": "0.4.0",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
Expand Down

0 comments on commit c1dbfcb

Please sign in to comment.