Skip to content

Commit

Permalink
chore: Release ceramic-config version 0.1.47
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Automation committed Jun 14, 2023
1 parent 179f1ed commit f975dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ceramic-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ceramic-config"
version = "0.1.46"
version = "0.1.47"
edition = "2021"
description = "Configuration for ceramic node"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
[dependencies]
anyhow.workspace = true
askama = "0.12.0"
ceramic-config = { path = "../ceramic-config", version = "0.1.46" }
ceramic-config = { path = "../ceramic-config", version = "0.1.47" }
clap = { version = "4.1.4", features = ["derive"] }
did-method-key = "0.2"
env_logger = "0.10.0"
Expand Down

0 comments on commit f975dc1

Please sign in to comment.