Skip to content

Commit

Permalink
tag: v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Mar 5, 2022
1 parent 02ef96c commit 68004eb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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 packages/brainease/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "brainease"
version = "1.0.5"
version = "1.0.6"
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 packages/lexer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "brainease_lexer"
version = "1.0.5"
version = "1.0.6"
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 packages/runtime/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "brainease_runtime"
version = "1.0.5"
version = "1.0.6"
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 packages/transpiler/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "brainease_transpiler"
version = "1.0.5"
version = "1.0.6"
edition = "2021"
description = "A brainf*ck-style programming language, but readable"
documentation = "https://arthurfiorette.github.io/brainease"
Expand Down

0 comments on commit 68004eb

Please sign in to comment.