Skip to content

Commit

Permalink
chore: Release ceramic-config version 0.1.50
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Automation committed Jul 26, 2023
1 parent 8b1e682 commit 48db724
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.49"
version = "0.1.50"
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.49" }
ceramic-config = { path = "../ceramic-config", version = "0.1.50" }
clap = { version = "4.1.4", features = ["derive"] }
did-method-key = "0.2"
env_logger = "0.10"
Expand Down

0 comments on commit 48db724

Please sign in to comment.