Skip to content

Commit

Permalink
release: 0.6.3
Browse files Browse the repository at this point in the history
Signed-off-by: azjezz <azjezz@protonmail.com>
  • Loading branch information
azjezz committed Jan 26, 2023
1 parent 0a4405a commit e53aa41
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.2"
version = "0.6.3"
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.2"
ara_parser = "0.6.3"
```

## Example
Expand Down

0 comments on commit e53aa41

Please sign in to comment.