From acd221be2829d7a6b3af2782c4ce61f05bf9598d Mon Sep 17 00:00:00 2001 From: Marko Andjelic Date: Mon, 23 Feb 2026 01:30:54 +0000 Subject: [PATCH] epub version detection --- app/Types.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Types.hs b/app/Types.hs index f9d7942..bf5f780 100644 --- a/app/Types.hs +++ b/app/Types.hs @@ -47,7 +47,8 @@ data EpubEnv = EpubEnv baseDir :: FilePath, bookPath :: FilePath, eMetadata :: DMeta.Metadata, - eManifest :: DMan.Manifest + eManifest :: DMan.Manifest, + eVersion :: T.Text } data ChapterView = ChapterView