From de725b7949994f9c6bb8aa90796e565f3a5424cc Mon Sep 17 00:00:00 2001 From: "@RandyMcMillan" Date: Thu, 16 Jan 2025 18:35:51 -0500 Subject: [PATCH] v0.0.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 13b98f1..48f4f4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2003,7 +2003,7 @@ dependencies = [ [[package]] name = "gnostr-gnit" -version = "0.0.7" +version = "0.0.8" dependencies = [ "anyhow", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index 777dd17..9f2a007 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "gnostr-gnit" description = "gnostr:git server" homepage = "https://github.com/gnostr-org/gnostr-gnit/modal" repository = "https://github.com/gnostr-org/gnostr-gnit/modal" -version = "0.0.7" +version = "0.0.8" edition = "2021" authors = ["gnostr ", "Jordan Doyle "] license = "WTFPL"