diff --git a/package.json b/package.json index a5e6399..15f7e28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cd-z/react-native-epub-creator", - "version": "2.0.1", + "version": "2.0.2", "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.0", + "@cd-z/epub-constructor": "~2.0.1", "expo-file-system": "^15.2.2", "react-native-saf-x": "^2.2.1", "react-native-zip-archive": "^6.0.3"