diff --git a/Cargo.lock b/Cargo.lock index f45fbd9..014a94a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6595,7 +6595,7 @@ dependencies = [ [[package]] name = "trigger-command" -version = "0.5.3" +version = "0.6.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0ad1f7f..c2f0dab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } rust-version = "1.91" [workspace.package] -version = "0.5.3" +version = "0.6.0" authors = ["Spin Framework Contributors"] edition = "2021" diff --git a/spin-pluginify.toml b/spin-pluginify.toml index 8f5095f..b9eac0f 100644 --- a/spin-pluginify.toml +++ b/spin-pluginify.toml @@ -1,6 +1,6 @@ name = "trigger-command" description = "A Spin trigger that executes the WASI main function of a component." -version = "0.5.3" +version = "0.6.0" spin_compatibility = ">=2.0" license = "Apache-2.0" package = "./target/release/trigger-command"