Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #467 from connorsmith256/bump/versions
Browse files Browse the repository at this point in the history
bump versions to same commit
  • Loading branch information
connorsmith256 authored Mar 13, 2023
2 parents 0656a0c + 6df3165 commit 423c0ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wash-cli"
version = "0.16.0"
version = "0.16.1"
authors = ["wasmCloud Team"]
categories = ["wasm", "command-line-utilities"]
description = "wasmcloud Shell (wash) CLI tool"
Expand Down Expand Up @@ -135,7 +135,7 @@ tokio-tar = "0.3"
toml = "0.5"
walkdir = "2.3"
wascap = "0.9.2"
wash-lib = { version = "0.6.1", path = "./crates/wash-lib" }
wash-lib = { version = "0.7.0", path = "./crates/wash-lib" }
wasmbus-rpc = "0.11.2"
wasmcloud-control-interface = "0.23"
wasmcloud-test-util = "0.6.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/wash-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wash-lib"
version = "0.6.1"
version = "0.7.0"
authors = ["wasmCloud Team"]
categories = ["wasm", "wasmcloud"]
description = "wasmcloud Shell (wash) libraries"
Expand Down

0 comments on commit 423c0ad

Please sign in to comment.