Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 31, 2025
1 parent 11e8727 commit a55c695
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 codama-korok-plugins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ license = { workspace = true }

[dependencies]
codama-errors = { version = "0.1.0", path = "../codama-errors" }
codama-korok-visitors = { version = "0.0.0", path = "../codama-korok-visitors" }
codama-korok-visitors = { version = "0.1.0", path = "../codama-korok-visitors" }
codama-koroks = { version = "0.2.0", path = "../codama-koroks" }
2 changes: 1 addition & 1 deletion codama-korok-visitors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "codama-korok-visitors"
description = "Visitors for Korok trees"
version = "0.0.0"
version = "0.1.0"
repository = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion codama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = { workspace = true }
[dependencies]
codama-errors = { version = "0.1.0", path = "../codama-errors" }
codama-korok-plugins = { version = "0.0.0", path = "../codama-korok-plugins" }
codama-korok-visitors = { version = "0.0.0", path = "../codama-korok-visitors" }
codama-korok-visitors = { version = "0.1.0", path = "../codama-korok-visitors" }
codama-koroks = { version = "0.2.0", path = "../codama-koroks" }
codama-macros = { version = "0.0.0", path = "../codama-macros" }
codama-nodes = { version = "0.1.0", path = "../codama-nodes" }
Expand Down

0 comments on commit a55c695

Please sign in to comment.