From b2a2ddce79450b8da67aee99681eded7f3e64470 Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Tue, 19 Sep 2017 00:08:40 +0200 Subject: [PATCH] Bump version to 2.0.3 --- package-lock.json | 2 +- package.json | 2 +- sample/package.json | 2 +- test/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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",