From 7322549078c8eabebf1ae5c7ea247eac9b67ca02 Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto Date: Wed, 7 Feb 2024 13:30:16 +0100 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 c03e0c6..c33c81d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -724,7 +724,7 @@ dependencies = [ [[package]] name = "nostr-signer" -version = "0.1.0" +version = "0.1.1" dependencies = [ "dialoguer", "nostr-sdk", diff --git a/Cargo.toml b/Cargo.toml index 5f616f4..ed97783 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nostr-signer" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Nostr Connect CLI Signer" authors = ["Yuki Kishimoto "]