Skip to content

Commit

Permalink
release: 0.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: azjezz <azjezz@protonmail.com>
  • Loading branch information
azjezz committed Jan 18, 2023
1 parent 761c12c commit 29fb85f
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 @@ -2,7 +2,7 @@
name = "ara_parser"
description = "A fault-tolerant, recursive-descent parser for Ara Programming Language 馃尣"
repository = "https://github.com/ara-lang/ara"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["Saif Eddin Gmati <azjezz@protonmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add `ara_parser` to your `Cargo.toml`, and you're good to go!

```toml
[dependencies]
ara_parser = "0.6.0"
ara_parser = "0.6.1"
```

## Example
Expand Down

0 comments on commit 29fb85f

Please sign in to comment.