Skip to content

Commit

Permalink
bump actor version
Browse files Browse the repository at this point in the history
  • Loading branch information
nihil2501 committed Jan 14, 2023
1 parent a92f20c commit ae1bd74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "verbalcode"
version = "0.1.0"
version = "0.1.3"
authors = [ "" ]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion wasmcloud.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "verbalcode"
language = "rust"
type = "actor"
version = "0.1.2"
version = "0.1.3"

[actor]
claims = ["wasmcloud:httpserver", "wasmcloud:keyvalue", "wasmcloud:builtin:logging"]

0 comments on commit ae1bd74

Please sign in to comment.