nostril

A C cli tool for creating nostr events
git clone git://jb55.com/nostril
Log | Files | Refs | Submodules | LICENSE

commit 00dbf3cc83664d9beab75fa0e45c9630eb782f27
parent 7bd4cb1d0857ddbe88129c814bbbb33de6d1b9a1
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 18 Nov 2022 16:26:53 -0800

Release 0.1.3

Just remove scdoc install requirement

Diffstat:
Mnostril.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nostril.c b/nostril.c @@ -19,7 +19,7 @@ #include "random.h" #include "proof.h" -#define VERSION "0.1.2" +#define VERSION "0.1.3" #define MAX_TAGS 32 #define MAX_TAG_ELEMS 16