From 5a16c4e1bff01b97145604bd6cff2ac48da1765c Mon Sep 17 00:00:00 2001 From: Laan Tungir Date: Thu, 6 Aug 2026 11:41:08 -0400 Subject: [PATCH] v0.1.21 - Refactor n_signer_client to use nostr_core_lib high-level wrappers; sync vendored lib with selector rewrite + 10 new algorithm-verb wrappers + from_client/last_error APIs --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index bbeaa78..6c897ea 100644 --- a/src/main.c +++ b/src/main.c @@ -813,8 +813,8 @@ int socket_name_random(char *out, size_t out_len); /* Version information (auto-updated by build/version tooling) */ #define NSIGNER_VERSION_MAJOR 0 #define NSIGNER_VERSION_MINOR 1 -#define NSIGNER_VERSION_PATCH 20 -#define NSIGNER_VERSION "v0.1.20" +#define NSIGNER_VERSION_PATCH 21 +#define NSIGNER_VERSION "v0.1.21" /* NSIGNER_HEADERLESS_DECLS_END */