diff --git a/Cargo.toml b/Cargo.toml index f30c3f8..db57e15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "maestro-rust-sdk" -version = "1.2.2" +version = "1.2.3" description = "Rust SDK for the Maestro Dapp Platform" repository = "https://github.com/maestro-org/rust-sdk" documentation = "https://docs.gomaestro.org/" diff --git a/README.md b/README.md index e9f09c5..d68e306 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ ```toml [dependencies] -maestro = { git = "https://github.com/maestro-org/rust-sdk.git" } +maestro-rust-sdk = { git = "https://github.com/maestro-org/rust-sdk.git" } ``` ```rust