build: bump version to 0.2.1

This commit is contained in:
Greg Heartsfield 2021-12-31 15:38:58 -06:00
parent 783a6e1042
commit 9710ea27aa
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -573,7 +573,7 @@ checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
[[package]]
name = "nostr-rs-relay"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"bitcoin_hashes",
"config",

View File

@ -1,6 +1,6 @@
[package]
name = "nostr-rs-relay"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
[dependencies]