Skip to content

Commit

Permalink
Bump did-web version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Oct 31, 2024
1 parent 0b6a82c commit 891ada9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ did-jwk = { path = "./crates/dids/methods/jwk", version = "0.2.1", default-featu
did-method-key = { path = "./crates/dids/methods/key", version = "0.3.1", default-features = false }
did-pkh = { path = "./crates/dids/methods/pkh", version = "0.3.1", default-features = false }
did-tz = { path = "./crates/dids/methods/tz", version = "0.3.1", default-features = false }
did-web = { path = "./crates/dids/methods/web", version = "0.3.1", default-features = false }
did-web = { path = "./crates/dids/methods/web", version = "0.3.2", default-features = false }
ssi-dids = { path = "./crates/dids", version = "0.2.1", default-features = false }

# crypto
Expand Down
2 changes: 1 addition & 1 deletion crates/dids/methods/web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "did-web"
version = "0.3.1"
version = "0.3.2"
authors = ["Spruce Systems, Inc."]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 891ada9

Please sign in to comment.