From 647ed422ef0acc1438e144fc6dc8586da0cf1736 Mon Sep 17 00:00:00 2001 From: Mike Dilger Date: Sat, 21 Dec 2024 10:54:59 +1300 Subject: [PATCH] 0.14.0-unstable --- Cargo.lock | 4 ++-- gossip-bin/Cargo.toml | 2 +- gossip-lib/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e5effb40..a591dc69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2300,7 +2300,7 @@ dependencies = [ [[package]] name = "gossip" -version = "0.13.0-unstable" +version = "0.14.0-unstable" dependencies = [ "bech32 0.11.0", "blurhash", @@ -2335,7 +2335,7 @@ dependencies = [ [[package]] name = "gossip-lib" -version = "0.13.0-unstable" +version = "0.14.0-unstable" dependencies = [ "base64 0.22.1", "bech32 0.11.0", diff --git a/gossip-bin/Cargo.toml b/gossip-bin/Cargo.toml index c4252f15..aadda1bc 100644 --- a/gossip-bin/Cargo.toml +++ b/gossip-bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gossip" -version = "0.13.0-unstable" +version = "0.14.0-unstable" description = "A social media client for nostr" authors = ["Mike Dilger ", "fiatjaf ", "Nate Levin ", "Nethanja Focking ", "Daniele Tonon ", "jeremyd (@jeremyd)"] license = "MIT" diff --git a/gossip-lib/Cargo.toml b/gossip-lib/Cargo.toml index 0a1a0268..8a1f5b2c 100644 --- a/gossip-lib/Cargo.toml +++ b/gossip-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gossip-lib" -version = "0.13.0-unstable" +version = "0.14.0-unstable" description = "A social media client for nostr" authors = ["Mike Dilger ", "fiatjaf ", "Nate Levin ", "Nethanja Focking ", "Daniele Tonon ", "jeremyd (@jeremyd)"] license = "MIT"