Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Sep 10, 2017
1 parent 98c211e commit 922a9a3
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-calendar",
"version": "1.0.0",
"version": "1.1.0",
"description": "A component for picking dates or date periods for 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-calendar-sample-page",
"version": "1.0.0",
"version": "1.1.0",
"description": "A sample page for React-Calendar.",
"scripts": {
"build": "webpack"
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-calendar-test-page",
"version": "1.0.0",
"version": "1.1.0",
"description": "A test page for React-Calendar.",
"scripts": {
"build": "webpack",
Expand Down

0 comments on commit 922a9a3

Please sign in to comment.