Skip to content

Commit

Permalink
Bump version to 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Oct 3, 2017
1 parent 5c827a4 commit fa218f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.6",
"version": "2.1.7",
"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.1.6",
"version": "2.1.7",
"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": "2.1.6",
"version": "2.1.7",
"description": "A test page for React-PDF.",
"private": true,
"scripts": {
Expand Down

2 comments on commit fa218f3

@tjandraflorence
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, may I know when would this version be published in npm? Thanks!

@wojtekmaj
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whooops! Thanks @tjandraflorence for heads up! Just published.

PS. You can try the beta as well :)

Please sign in to comment.