From f7f12a7984f127e51a683e235b2a00df4e3ab4ee Mon Sep 17 00:00:00 2001 From: Greg Heartsfield Date: Thu, 30 Dec 2021 21:27:48 -0600 Subject: [PATCH] build: bump version to 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f671c48..f386050 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -573,7 +573,7 @@ checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" [[package]] name = "nostr-rs-relay" -version = "0.1.6" +version = "0.2.0" dependencies = [ "bitcoin_hashes", "config", diff --git a/Cargo.toml b/Cargo.toml index f23543a..2f78ed8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nostr-rs-relay" -version = "0.1.6" +version = "0.2.0" edition = "2021" [dependencies]