Skip to content

Commit 20deea1

Browse files
authored
Merge pull request #49 from vdice/chore/bump-to-0.2.0
chore(*): bump to 0.2.0
2 parents eb79c37 + a0cd23b commit 20deea1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = { workspace = true }
66
rust-version = "1.76"
77

88
[workspace.package]
9-
version = "0.1.0"
9+
version = "0.2.0"
1010
authors = ["Radu Matei <[email protected]>"]
1111
edition = "2021"
1212

spin-pluginify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "trigger-command"
22
description = "A Spin trigger that executes the WASI main function of a component."
3-
version = "0.1"
3+
version = "0.2"
44
spin_compatibility = ">=2.0"
55
license = "Apache-2.0"
66
package = "./target/release/trigger-command"

0 commit comments

Comments
 (0)