From 699489ebafc1fac0b163d4364d2363ac1cfb3097 Mon Sep 17 00:00:00 2001 From: Greg Heartsfield Date: Tue, 25 Jan 2022 20:56:00 -0600 Subject: [PATCH] build: bump version to 0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2dc617..0e9cf5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -654,7 +654,7 @@ checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" [[package]] name = "nostr-rs-relay" -version = "0.3.3" +version = "0.4.0" dependencies = [ "bitcoin_hashes 0.9.7", "config", diff --git a/Cargo.toml b/Cargo.toml index 51ba1e0..d449cb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nostr-rs-relay" -version = "0.3.3" +version = "0.4.0" edition = "2021" [dependencies]