diff --git a/package-lock.json b/package-lock.json index ab1eae7a..feb9f2a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-calendar", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8df06e95..c071d729 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-calendar", - "version": "2.0.2", + "version": "2.0.3", "description": "A component for picking dates or date periods for your React application.", "main": "build/entry.js", "es6": "src/entry.js", diff --git a/sample/package.json b/sample/package.json index a3ec43fa..4f270d81 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "react-calendar-sample-page", - "version": "2.0.2", + "version": "2.0.3", "description": "A sample page for React-Calendar.", "scripts": { "build": "webpack" diff --git a/test/package.json b/test/package.json index ca7b77c4..329d30eb 100644 --- a/test/package.json +++ b/test/package.json @@ -1,6 +1,6 @@ { "name": "react-calendar-test-page", - "version": "2.0.2", + "version": "2.0.3", "description": "A test page for React-Calendar.", "scripts": { "build": "webpack",