Skip to content

Commit

Permalink
Bump version to 4.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Sep 26, 2018
1 parent 6d35d1a commit a2b607c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-pdf",
"version": "4.0.0-beta.4",
"version": "4.0.0-beta.5",
"description": "Display PDFs in your React app as easily as if they were images.",
"main": "dist/entry.js",
"es6": "src/entry.js",
Expand Down
2 changes: 1 addition & 1 deletion sample/parcel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-pdf-sample-page-parcel",
"version": "4.0.0-beta.4",
"version": "4.0.0-beta.5",
"description": "A sample page for React-PDF.",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion sample/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-pdf-sample-page-webpack",
"version": "4.0.0-beta.4",
"version": "4.0.0-beta.5",
"description": "A sample page for React-PDF.",
"private": true,
"scripts": {
Expand Down

0 comments on commit a2b607c

Please sign in to comment.