diff --git a/CHANGELOG.md b/CHANGELOG.md
index 358c1b9..9d4fd13 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,13 @@ Follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) · versioned wi
---
+## [1.14.13] — 2026-07-09
+
+### Fixed
+- **Clicking or drag-selecting a name could reassign the wrong paragraph** — the intended flow is: click the broken (Unknown/Narrator/misattributed) paragraph's speaker label first to open "Assign to", *then* supply the name by typing, clicking it anywhere in the text, or drag-selecting it. But clicking/dragging a name with no popup open yet used to open (and target) the popup for whichever paragraph that name happened to live in — silently reassigning that paragraph instead of the one the user meant to fix. Clicking/dragging a name now only ever fills an already-open popup; a paragraph is only ever selected via its own speaker label (or the existing double-click-a-name fast-assign shortcut).
+
+---
+
## [1.14.12] — 2026-07-09
### Added
diff --git a/VERSION b/VERSION
index 4ed70fa..517e041 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.14.12
+1.14.13
diff --git a/static/index.html b/static/index.html
index 4e2f24e..244796d 100644
--- a/static/index.html
+++ b/static/index.html
@@ -10,7 +10,7 @@
-
+
@@ -27,7 +27,7 @@
-
+
@@ -365,7 +365,7 @@ window.toggleNavTree = function(treeId, chevronId) {
-
+