From 521693cfa112d422c8c229088cfe74b031643a58 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 24 Sep 2025 10:50:11 -0400 Subject: [PATCH] . --- lite/VERSION | 2 +- lite/nostr-lite.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lite/VERSION b/lite/VERSION index 9faa1b7..c946ee6 100644 --- a/lite/VERSION +++ b/lite/VERSION @@ -1 +1 @@ -0.1.5 +0.1.6 diff --git a/lite/nostr-lite.js b/lite/nostr-lite.js index d86ac61..d6d71c6 100644 --- a/lite/nostr-lite.js +++ b/lite/nostr-lite.js @@ -8,7 +8,7 @@ * Two-file architecture: * 1. Load nostr.bundle.js (official nostr-tools bundle) * 2. Load nostr-lite.js (this file - NOSTR_LOGIN_LITE library with CSS-only themes) - * Generated on: 2025-09-22T19:37:53.923Z + * Generated on: 2025-09-24T14:50:11.123Z */ // Verify dependencies are loaded @@ -436,7 +436,7 @@ class Modal { modalContent.appendChild(modalHeader); // Add version element in bottom-right corner aligned with modal body const versionElement = document.createElement('div'); - versionElement.textContent = 'v0.1.5'; + versionElement.textContent = 'v0.1.6'; versionElement.style.cssText = ` position: absolute; bottom: 8px;