Skip to content

Commit

Permalink
Bump page mapping version
Browse files Browse the repository at this point in the history
For CFI fix in last commit.
  • Loading branch information
AbeJellinek committed Nov 7, 2024
1 parent 5bb53e3 commit c1a538a
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 @@ -46,7 +46,7 @@ class PageMapping {
return mapping;
}

static readonly VERSION = 10;
static readonly VERSION = 11;

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

0 comments on commit c1a538a

Please sign in to comment.