From 43c8d0d3a3b047b03d65cf8573f14ffb1aacd3c8 Mon Sep 17 00:00:00 2001 From: Laan Tungir Date: Thu, 28 May 2026 09:23:09 -0400 Subject: [PATCH] Harden webserial session stability for hardware signer reconnect and probing --- build/nostr-lite.js | 4 ++-- src/VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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