Skip to content

Commit

Permalink
Bump version to 2.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Jul 19, 2017
1 parent f0240c0 commit aaee759
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": "2.0.0-alpha.8",
"version": "2.0.0-beta",
"description": "Easily display PDF files in your React application.",
"main": "build/entry.js",
"es6": "src/entry.js",
Expand Down
2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-pdf-sample-page",
"version": "2.0.0-alpha.8",
"version": "2.0.0-beta",
"description": "A sample page for React-PDF.",
"scripts": {
"preinstall": "cd ../ && npm install webpack@^2.7.0 --no-save",
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": "2.0.0-alpha.8",
"version": "2.0.0-beta",
"description": "A test page for React-PDF.",
"scripts": {
"preinstall": "cd ../ && npm install webpack@^2.7.0 --no-save",
Expand Down

0 comments on commit aaee759

Please sign in to comment.