Skip to content

Commit

Permalink
Bump version to 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Sep 10, 2018
1 parent f8378a1 commit e982da8
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-time-picker",
"version": "2.7.0",
"version": "2.7.1",
"description": "A time picker for your React app.",
"main": "dist/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-time-picker-sample-page",
"version": "2.7.0",
"version": "2.7.1",
"description": "A sample page for React-Time-Picker.",
"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-time-picker-test-page",
"version": "2.7.0",
"version": "2.7.1",
"description": "A test page for React-Time-Picker.",
"private": true,
"scripts": {
Expand Down

0 comments on commit e982da8

Please sign in to comment.