diff --git a/build/nostr-lite.js b/build/nostr-lite.js index 3bebb69..07f8e33 100644 --- a/build/nostr-lite.js +++ b/build/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: 2026-05-27T19:17:36.261Z + * Generated on: 2026-05-28T13:23:09.549Z */ // 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.19'; + versionElement.textContent = 'v0.1.20'; versionElement.style.cssText = ` position: absolute; bottom: 8px; diff --git a/src/VERSION b/src/VERSION index d8a023e..baa9837 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -0.1.19 +0.1.20