From 3d2fd1c99bdb8050613582155311fee524716d71 Mon Sep 17 00:00:00 2001 From: Miko Nieminen Date: Mon, 25 Sep 2023 23:51:48 +0200 Subject: [PATCH] Release 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3529335..59d8551 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -559,7 +559,7 @@ checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" [[package]] name = "bundlr-sdk" -version = "0.4.3" +version = "0.5.0" dependencies = [ "anyhow", "arweave-rs", diff --git a/Cargo.toml b/Cargo.toml index 3033732..11060e7 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.4.3" +version = "0.5.0" edition = "2021" repository = "https://github.com/Bundlr-Network/rust-sdk" readme = "README.md"