Skip to content

Commit

Permalink
Bump version to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Jan 6, 2018
1 parent 23a1515 commit 7a522bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.2",
"version": "2.1.3",
"description": "An input component for picking time for your React application.",
"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.1.2",
"version": "2.1.3",
"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.1.2",
"version": "2.1.3",
"description": "A test page for React-Time-Picker.",
"private": true,
"scripts": {
Expand Down

0 comments on commit 7a522bd

Please sign in to comment.