From 0189167ecef560efe0da722ffae16fb0f3c693b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Pereira?= Date: Tue, 4 Jul 2023 09:58:44 -0300 Subject: [PATCH] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 343ea64..fe195f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pdf-extractor", - "version": "0.2.2", + "version": "0.2.3", "description": "This library allows you to extract pdfs file data using matches specifics patterns.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",