Skip to content

Commit 9a5b4b6

Browse files
authored
Merge pull request #6 from ihoey/patch-1
Update MUPDF_VERSION 1.20.0
2 parents c02aedc + d51f9fc commit 9a5b4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { resolve } from "path";
66
import { mkdirSync, createWriteStream } from "fs";
77
import { Stream } from "stream";
88

9-
const MUPDF_VERSION = "1.17.0";
9+
const MUPDF_VERSION = "1.20.0";
1010

1111
async function main() {
1212
// await clearTmpDirectory();

0 commit comments

Comments
 (0)