From 70f0250bd1a3d10391e933fe41de36be42854d0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Pereira?= Date: Tue, 1 Nov 2022 11:25:35 -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 f3f056e..9004382 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pdf-extractor", - "version": "0.1.7-alpha.0", + "version": "0.1.7", "description": "This library allows you to extract pdfs file data using matches specifics patterns.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",