Skip to content

Commit

Permalink
tag: v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Feb 7, 2022
1 parent a7fd20d commit 8e6b3f4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["brainease_lexer", "brainease_runtime"]

[package]
name = "brainease"
version = "1.0.2"
version = "1.0.3"
edition = "2021"
description = "A brainf*ck-style programming language, but readable"
documentation = "https://arthurfiorette.github.io/brainease"
Expand Down
2 changes: 1 addition & 1 deletion brainease_lexer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "brainease_lexer"
version = "1.0.2"
version = "1.0.3"
edition = "2021"
description = "A brainf*ck-style programming language, but readable"
documentation = "https://arthurfiorette.github.io/brainease"
Expand Down
2 changes: 1 addition & 1 deletion brainease_runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "brainease_runtime"
version = "1.0.2"
version = "1.0.3"
edition = "2021"
description = "A brainf*ck-style programming language, but readable"
documentation = "https://arthurfiorette.github.io/brainease"
Expand Down

0 comments on commit 8e6b3f4

Please sign in to comment.