From 27236ed3ac0acf768583d69774910b32bc66bff3 Mon Sep 17 00:00:00 2001 From: benthecarman Date: Fri, 7 Jun 2024 20:52:13 -0500 Subject: [PATCH] Bump to v0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad4a651..0d48aa4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2671,7 +2671,7 @@ dependencies = [ [[package]] name = "mutiny-data-recovery" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "bip39", diff --git a/Cargo.toml b/Cargo.toml index fde7d18..1d22496 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mutiny-data-recovery" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["benthecarman "] description = "A tool for recovering Mutiny Wallets that end up in an unrecoverable state"