Skip to content

Commit

Permalink
Bump version to 2.17.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Aug 14, 2018
1 parent 70f9ef4 commit d6bbe72
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": "2.16.1",
"version": "2.17.0-beta",
"description": "Ultimate calendar for your React app.",
"main": "dist/entry.js",
"types": "./index.d.ts",
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": "2.16.1",
"version": "2.17.0-beta",
"description": "A sample page for React-Calendar.",
"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-calendar-test-page",
"version": "2.16.1",
"version": "2.17.0-beta",
"description": "A test page for React-Calendar.",
"private": true,
"scripts": {
Expand Down

0 comments on commit d6bbe72

Please sign in to comment.