Skip to content

Commit

Permalink
chore: bump versions (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJepsen authored Feb 19, 2025
1 parent f0fc22c commit 791df40
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name ="client"
version="0.4.0"
version="0.5.0"
edition="2021"
build ="build.rs"
publish=false
Expand Down
2 changes: 1 addition & 1 deletion client_ios/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name ="client_ios"
version="0.4.0"
version="0.5.0"
edition="2021"
build ="build.rs"
publish=false
Expand Down
2 changes: 1 addition & 1 deletion client_wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name ="client_wasm"
version="0.4.0"
version="0.5.0"
edition="2021"
build ="build.rs"
publish=false
Expand Down
2 changes: 1 addition & 1 deletion notary/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name ="notary"
version="0.4.0"
version="0.5.0"
edition="2021"
build ="build.rs"

Expand Down
2 changes: 1 addition & 1 deletion proofs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name ="proofs"
version="0.4.0"
version="0.5.0"
edition="2021"
publish=false
build ="build.rs"
Expand Down

0 comments on commit 791df40

Please sign in to comment.