diff --git a/Cargo.lock b/Cargo.lock index a19b7ef..9719c52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,7 +161,7 @@ checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3" [[package]] name = "bundlr-sdk" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index cc6b566..3f196f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bundlr-sdk" description = "Bundlr Network Rust sdk" homepage = "https://bundlr.network" -version = "0.1.0" +version = "0.2.0" edition = "2021" repository = "https://github.com/Bundlr-Network/rust-sdk" readme = "README.md"