Skip to content

Commit

Permalink
bump version to 2.10.3 (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtzman authored Sep 10, 2024
1 parent 3cbbaa4 commit 215456a
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 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 full-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mc-full-service"
version = "2.10.2"
version = "2.10.3"
authors = ["MobileCoin"]
edition = "2018"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion mirror/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mc-full-service-mirror"
version = "2.10.2"
version = "2.10.3"
authors = ["MobileCoin"]
edition = "2018"
resolver = "2"
Expand Down
2 changes: 1 addition & 1 deletion signer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mc-signer"
authors = ["MobileCoin"]
version = "2.10.2"
version = "2.10.3"
edition = "2021"
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion t3/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "t3-api"
version = "2.10.2"
version = "2.10.3"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion t3/connection/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "t3-connection"
version = "2.10.2"
version = "2.10.3"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion validator/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mc-validator-api"
version = "2.10.2"
version = "2.10.3"
authors = ["MobileCoin"]
build = "build.rs"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion validator/connection/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mc-validator-connection"
version = "2.10.2"
version = "2.10.3"
authors = ["MobileCoin"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion validator/service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mc-validator-service"
version = "2.10.2"
version = "2.10.3"
authors = ["MobileCoin"]
edition = "2018"
license = "GPL-3.0"
Expand Down

0 comments on commit 215456a

Please sign in to comment.