Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
blelump committed Aug 5, 2024
1 parent 8a8f6a7 commit 9692331
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions components/controller/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "keri-controller"
version = "0.4.1"
version = "0.4.2"
description = "KERI Identifier Management Library"
authors.workspace = true
edition.workspace = true
Expand All @@ -12,8 +12,8 @@ repository.workspace = true
[dependencies]
async-std = { version = "1.12.0", features = ["attributes", "tokio1"] }
futures = "0.3.24"
keri-core = { path = "../../keriox_core", version = "0.11.1", features = ["oobi", "mailbox"] }
teliox = {path = "../../support/teliox", version = "0.4.1" }
keri-core = { path = "../../keriox_core", version = "0.11.2", features = ["oobi", "mailbox"] }
teliox = {path = "../../support/teliox", version = "0.4.2" }
thiserror = "1.0"
serde_json = "1.0"
url = "2.3.1"
Expand Down
2 changes: 1 addition & 1 deletion components/watcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "watcher"
version = "0.1.0"
version = "0.1.1"
publish = false
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion components/witness/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witness"
version = "0.1.0"
version = "0.1.1"
publish = false
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion keriox_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "keri-core"
version = "0.11.1"
version = "0.11.2"
description = "Core library for the Key Event Receipt Infrastructure "
authors.workspace = true
edition.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions support/teliox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "teliox"
version = "0.4.1"
version = "0.4.2"
description = "Library for the Transaction Event Log"
authors.workspace = true
edition.workspace = true
Expand All @@ -10,7 +10,7 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
keri-core = {path = "../../keriox_core", version = "0.11.1", features = ["oobi", "mailbox"]}
keri-core = {path = "../../keriox_core", version = "0.11.2", features = ["oobi", "mailbox"]}
said = { version = "0.4.0" }
cesrox = { version = "0.1.4" }
base64 = "0.13.0"
Expand Down

0 comments on commit 9692331

Please sign in to comment.