From 81a1ffb900a12c64f9850bc1775b5c7fc196a942 Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Wed, 27 Jul 2022 12:04:40 +0200 Subject: [PATCH] v6.0.0-beta.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f338d9a65..0d0ba408d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-pdf", - "version": "6.0.0-beta.2", + "version": "6.0.0-beta.3", "description": "Display PDFs in your React app as easily as if they were images.", "main": "dist/umd/entry.js", "module": "dist/esm/entry.js",