Skip to content

Commit

Permalink
Bump version to 3.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Mar 15, 2018
1 parent 47250fd commit 5f3dd11
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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": "3.0.0-alpha.4",
"version": "3.0.0-beta",
"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",
"version": "3.0.0-alpha.4",
"version": "3.0.0-beta",
"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",
"version": "3.0.0-alpha.4",
"version": "3.0.0-beta",
"description": "A sample page for React-PDF.",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-pdf-test-page",
"version": "3.0.0-alpha.4",
"version": "3.0.0-beta",
"description": "A test page for React-PDF.",
"private": true,
"scripts": {
Expand Down

0 comments on commit 5f3dd11

Please sign in to comment.