Skip to content

Commit

Permalink
EPUB: Bump page mapping version
Browse files Browse the repository at this point in the history
XHTML detection fix in our epub.js fork improved page number recognition in many
EPUBs that use self-closing <a> tags as page number markers.
  • Loading branch information
AbeJellinek committed Jan 2, 2024
1 parent bb6db1b commit c4074d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dom/epub/lib/page-mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
import { PersistentRange } from "../../common/lib/range";

class PageMapping {
static readonly VERSION = 8;
static readonly VERSION = 9;

readonly tree = new BTree<PersistentRange, string>(
undefined,
Expand Down

0 comments on commit c4074d9

Please sign in to comment.