diff --git a/Cargo.lock b/Cargo.lock index 9719c52..269f1a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,7 +161,7 @@ checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3" [[package]] name = "bundlr-sdk" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index f9d1ec7..0926da5 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.2.0" +version = "0.3.0" edition = "2021" repository = "https://github.com/Bundlr-Network/rust-sdk" readme = "README.md"