diff --git a/nsis/installer.nsh b/nsis/installer.nsh index 8682cef..74f9190 100644 --- a/nsis/installer.nsh +++ b/nsis/installer.nsh @@ -42,7 +42,7 @@ Function AriadnePageCreate Pop $0 StrCmp $0 "error" ariadne_page_bail 0 - ${NSD_CreateLabel} 0 0 100% 44u "Ariadne's Thread is a small system-wide resolver that lets Bitcoin Cash names (.bch, .x, ...) work in Chrome, Edge, Firefox, and every other browser on this machine.$\r$\n$\r$\nWithout it, only Theseus resolves these names. You can install or remove it later." + ${NSD_CreateLabel} 0 0 100% 44u "Ariadne's Thread is a small system-wide resolver that lets BCDN — Bitcoin Cash Domain Names — work in Chrome, Edge, Firefox, and every other browser on this machine.$\r$\n$\r$\nWithout it, only Theseus resolves these names. You can install or remove it later." Pop $0 ${NSD_CreateCheckbox} 0 60u 100% 12u "Install Ariadne's Thread (recommended)" diff --git a/package.json b/package.json index 5063874..c36c04c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "theseus-navigator", - "version": "0.1.1", + "version": "0.1.2", "description": "Theseus Navigator — a browser that follows the thread. By Silent Mode, a Deviant project.", "author": "Silent Mode", "main": "main.js",