From 0a8a813fcf3784b4e1da58a7b32cead4ac6699be Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 19 Mar 2026 14:30:44 -0400 Subject: [PATCH] Added cashu functionality. --- VERSION | 2 +- nostr_core/nostr_core.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 4b9fcbec..cb0c939a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1 +0.5.2 diff --git a/nostr_core/nostr_core.h b/nostr_core/nostr_core.h index ad53fde2..752910a7 100644 --- a/nostr_core/nostr_core.h +++ b/nostr_core/nostr_core.h @@ -2,10 +2,10 @@ #define NOSTR_CORE_H // Version information (auto-updated by increment_and_push.sh) -#define VERSION "v0.5.1" +#define VERSION "v0.5.2" #define VERSION_MAJOR 0 #define VERSION_MINOR 5 -#define VERSION_PATCH 1 +#define VERSION_PATCH 2 /* * NOSTR Core Library - Complete API Reference