From f49546ba5e3dcb8b5fc882c179fa11dd901dc82f Mon Sep 17 00:00:00 2001 From: CD-Z Date: Thu, 15 Jun 2023 15:32:49 +0200 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 15f7e28..be08b36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cd-z/react-native-epub-creator", - "version": "2.0.2", + "version": "2.0.3", "description": "This react-native library create epub file for android and IOS", "main": "index.ts", "keywords": [ @@ -45,7 +45,7 @@ "lib/" ], "dependencies": { - "@cd-z/epub-constructor": "~2.0.1", + "@cd-z/epub-constructor": "~2.1.0", "expo-file-system": "^15.2.2", "react-native-saf-x": "^2.2.1", "react-native-zip-archive": "^6.0.3"