v1.0.7 - Added a clean startup to erase subscriptions.

This commit is contained in:
Your Name
2025-12-06 18:26:22 -04:00
parent ae0370b47f
commit ef172c8356
3 changed files with 298 additions and 3 deletions

View File

@@ -12,8 +12,8 @@
// Version information (auto-updated by build system)
#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_PATCH 6
#define VERSION "v1.0.6"
#define VERSION_PATCH 7
#define VERSION "v1.0.7"
// Avoid VERSION_MAJOR redefinition warning from nostr_core_lib
#undef VERSION_MAJOR