Skip to content

Commit

Permalink
Ooops
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Arruda committed Aug 12, 2023
1 parent 418abbc commit bbabb31
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 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 ryan-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ryan-cli"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Pedro Bittencorut Arruda <[email protected]>"]
description = "Ryan: a configuration language for the practical programmer"
Expand Down
2 changes: 1 addition & 1 deletion ryan-js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ryan-lang-node"
version = "0.2.1"
version = "0.2.2"
authors = ["Pedro Bittencorut Arruda <[email protected]>"]
edition = "2021"
readme = "Readme.md"
Expand Down
2 changes: 1 addition & 1 deletion ryan-python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ryan-python"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Pedro Bittencorut Arruda <[email protected]>"]
description = "Ryan: a configuration language for the practical programmer"
Expand Down
2 changes: 1 addition & 1 deletion ryan-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "ryan-lang"
version = "0.2.0"
version = "0.2.1"
requires-python = ">=3.7"
description = "Ryan: a configuration language for the practical programmer"
readme = "readme.md"
Expand Down
2 changes: 1 addition & 1 deletion ryan-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ryan-lang-web"
version = "0.2.1"
version = "0.2.2"
authors = ["Pedro Bittencorut Arruda <[email protected]>"]
edition = "2021"
readme = "Readme.md"
Expand Down
2 changes: 1 addition & 1 deletion ryan/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ryan"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Pedro Bittencorut Arruda <[email protected]>"]
description = "Ryan: a configuration language for the practical programmer"
Expand Down

0 comments on commit bbabb31

Please sign in to comment.