From b0e4bb5aa9ac827c9b46d6f335bf3e8b8fe1f190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor=20Moreira=20Soares?= <19741953+victorsoares96@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:26:47 -0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c3bccdf8..7dc8fbaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@epubjs-react-native/core", - "version": "1.4.5", + "version": "1.4.6", "description": "A digital book reader in .opf .epub format for react native using epub.js library inside a webview.", "main": "lib/commonjs/index", "module": "lib/module/index",