diff --git a/App/Lib/MuPDFLib.dll b/App/Lib/MuPDFLib.dll index 093b282a22cb2c26b6e09c337a51fdb5efde5b28..82270a8e1ac45774783ed76ad41d451fcd034cf1 100644 Binary files a/App/Lib/MuPDFLib.dll and b/App/Lib/MuPDFLib.dll differ diff --git a/App/Processor/Mupdf/NativeMethods.cs b/App/Processor/Mupdf/NativeMethods.cs index becbc7ecf5d84035d9c53d002f646084c10357fa..2cd9efb89a41dc59bd7be9fe58a7d7a8200cfe39 100644 --- a/App/Processor/Mupdf/NativeMethods.cs +++ b/App/Processor/Mupdf/NativeMethods.cs @@ -9,7 +9,7 @@ namespace MuPdfSharp static partial class NativeMethods { const string DLL = "mupdflib.dll"; - const string FZ_VERSION = "1.21.1"; + const string FZ_VERSION = "1.22.0"; const uint FZ_STORE_DEFAULT = 256 << 20;