We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c02aedc + d51f9fc commit 9a5b4b6Copy full SHA for 9a5b4b6
bin/build.ts
@@ -6,7 +6,7 @@ import { resolve } from "path";
6
import { mkdirSync, createWriteStream } from "fs";
7
import { Stream } from "stream";
8
9
-const MUPDF_VERSION = "1.17.0";
+const MUPDF_VERSION = "1.20.0";
10
11
async function main() {
12
// await clearTmpDirectory();
0 commit comments