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 a55c695 commit d7dd53c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
@@ -1,7 +1,7 @@
[package]
name = "codama-korok-plugins"
description = "Korok plugins definitions"
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 @@ -8,7 +8,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-plugins = { version = "0.1.0", path = "../codama-korok-plugins" }
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" }
Expand Down

0 comments on commit d7dd53c

Please sign in to comment.