diff --git a/CHANGELOG.md b/CHANGELOG.md
index e71b04a..914d14d 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.13.3] — 2026-07-06
+
+### Fixed
+- **Dragging a short quoted line ("»Henker«.") to split it opened the Assign-to-character popup instead** — any selection under 40 characters was treated as "assign this text as a character name," even when it was clearly a short quoted line (guillemets/quotes are never part of a name). Selections starting with a quote mark now fall through to the "Split text to Unknown Speaker" button instead of being hijacked into the assign popup.
+
+---
+
## [1.13.2] — 2026-07-06
### Fixed
diff --git a/VERSION b/VERSION
index 61ce01b..01b7568 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.13.2
+1.13.3
diff --git a/static/index.html b/static/index.html
index 17fdb72..c204bf8 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) {
-
+