build: bump version to 0.8.13

This commit is contained in:
Greg Heartsfield 2023-09-04 10:03:16 -05:00
parent c3c9b5dcd2
commit 26f296f76f
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1693,7 +1693,7 @@ dependencies = [
[[package]]
name = "nostr-rs-relay"
version = "0.8.12"
version = "0.8.13"
dependencies = [
"anyhow",
"async-std",

View File

@ -1,6 +1,6 @@
[package]
name = "nostr-rs-relay"
version = "0.8.12"
version = "0.8.13"
edition = "2021"
authors = ["Greg Heartsfield <scsibug@imap.cc>"]
description = "A relay implementation for the Nostr protocol"