Skip to content

Commit

Permalink
Bump version to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Dec 2, 2017
1 parent fd14828 commit eeb1a88
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
@@ -1,6 +1,6 @@
{
"name": "react-pdf",
"version": "2.4.1",
"version": "2.4.2",
"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
@@ -1,6 +1,6 @@
{
"name": "react-pdf-sample-page",
"version": "2.4.1",
"version": "2.4.2",
"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": "2.4.1",
"version": "2.4.2",
"description": "A test page for React-PDF.",
"private": true,
"scripts": {
Expand Down

0 comments on commit eeb1a88

Please sign in to comment.