Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Smith <connor.smith.256@gmail.com>
  • Loading branch information
connorsmith256 committed Apr 14, 2023
1 parent 0c3383b commit 0d9fa70
Show file tree
Hide file tree
Showing 15 changed files with 221 additions and 219 deletions.
412 changes: 207 additions & 205 deletions ngs/dogs-and-cats/Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ngs/dogs-and-cats/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dogs-and-cats"
version = "0.2.3"
version = "0.2.4"
authors = [ "wasmCloud Team" ]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion petclinic/actors/clinicapi/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 petclinic/actors/clinicapi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clinicapi"
version = "0.3.3"
version = "0.3.4"
authors = [ "wasmCloud Team" ]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion petclinic/actors/customers/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 petclinic/actors/customers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "customers"
version = "0.3.3"
version = "0.3.4"
authors = [ "" ]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion petclinic/actors/ui/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 petclinic/actors/ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ui"
version = "0.3.4"
version = "0.3.5"
authors = [ "wasmCloud Team" ]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion petclinic/actors/vets/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 petclinic/actors/vets/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vets"
version = "0.3.3"
version = "0.3.4"
authors = [ "wasmCloud Team" ]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion petclinic/actors/visits/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 petclinic/actors/visits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "visits"
version = "0.3.3"
version = "0.3.4"
authors = [ "wasmCloud Team" ]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion provider/factorial/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmcloud-example-provider-factorial"
version = "0.2.2"
version = "0.2.3"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion provider/fakepay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmcloud-example-provider-fakepay"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
resolver = "2"

Expand Down
2 changes: 1 addition & 1 deletion provider/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "python-provider"
version = "0.2.2"
version = "0.2.3"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 0d9fa70

Please sign in to comment.