Skip to content

Commit

Permalink
chore: Release ceramic-config version 0.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Automation committed Feb 13, 2023
1 parent bcffe57 commit d28ee98
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.24"
version = "0.1.25"
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 @@ -8,7 +8,7 @@ publish = false

[dependencies]
anyhow = "1.0.68"
ceramic-config = { path = "../ceramic-config", version = "0.1.24" }
ceramic-config = { path = "../ceramic-config", version = "0.1.25" }
clap = { version = "4.1.4", features = ["derive"] }
ed25519-compact = "2.0.4"
env_logger = "0.10.0"
Expand Down

0 comments on commit d28ee98

Please sign in to comment.