From a7a7548c3e6512bac348aa45b1877cbf3ffef92a Mon Sep 17 00:00:00 2001 From: Caleb Date: Tue, 8 Mar 2022 12:56:37 -0800 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d22d503..453b80d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "arloader" authors = ["calebeverett "] description = "Command line application and library for uploading files to Arweave." -version = "0.1.59" +version = "0.1.60" edition = "2021" license = "Apache-2.0" repository = "https://github.com/CalebEverett/arloader"