v1.1.0 - Documentation restructure: New README.md and comprehensive API.md

This commit is contained in:
Your Name
2026-01-23 06:58:14 -04:00
parent 87c6aa5e16
commit 35b1461ff6
3 changed files with 1213 additions and 407 deletions

View File

@@ -11,9 +11,9 @@
// Version information (auto-updated by build system)
#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_PATCH 9
#define VERSION "v1.0.9"
#define VERSION_MINOR 1
#define VERSION_PATCH 0
#define VERSION "v1.1.0"
// Avoid VERSION_MAJOR redefinition warning from nostr_core_lib
#undef VERSION_MAJOR