Skip to content

Commit

Permalink
Bump version to 4.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Aug 14, 2018
1 parent a49edfb commit b69e46a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-pdf",
"version": "4.0.0-beta.2",
"version": "4.0.0-beta.3",
"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
@@ -1,6 +1,6 @@
{
"name": "react-pdf-sample-page-parcel",
"version": "4.0.0-beta.2",
"version": "4.0.0-beta.3",
"description": "A sample page for React-PDF.",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion sample/webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "react-pdf-sample-page-webpack",
"version": "4.0.0-beta.2",
"version": "4.0.0-beta.3",
"description": "A sample page for React-PDF.",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
@@ -1,6 +1,6 @@
{
"name": "react-pdf-test-page",
"version": "4.0.0-beta.2",
"version": "4.0.0-beta.3",
"description": "A test page for React-PDF.",
"private": true,
"scripts": {
Expand Down

0 comments on commit b69e46a

Please sign in to comment.