From 13fbb94337e695b1c3f4f69daf86e2d04c4df918 Mon Sep 17 00:00:00 2001 From: justinjung04 Date: Tue, 12 Mar 2019 11:08:00 -0700 Subject: [PATCH] [release] 5.0.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 941f0668a..2523c4675 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# WebViewer UI +# WebViewer UI - v5.0.0 WebViewer UI sits on top of [WebViewer](https://www.pdftron.com/webviewer), a powerful JavaScript-based PDF Library that's part of the [PDFTron PDF SDK](https://www.pdftron.com). Built in React, WebViewer UI provides a slick out-of-the-box responsive UI that interacts with the core library to view, annotate and manipulate PDFs that can be embedded into any web project. diff --git a/package.json b/package.json index c38a50432..5f4c41d7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webviewer-ui", - "version": "1.1.0", + "version": "5.0.0", "description": "WebViewer UI built in React", "main": "src/index.js", "scripts": {