Skip to content

Commit

Permalink
bumped the version to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
puranjayjain committed Apr 7, 2016
1 parent 5132ee7 commit b904a1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/js/md-date-time-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,7 @@ var _createClass = function () { function defineProperties(target, props) { for
return mdDateTimePicker;
}(); /**
* @package md-date-time-picker
* @version [1.1.0]
* @version [1.1.1]
* @author Puranjay Jain <puranjay.jain@st.niituniversity.in>
* @license MIT
* @website puranjayjain.github.io/md-date-time-picker
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "md-date-time-picker",
"version": "1.1.0",
"version": "1.1.1",
"description": "An implementation of the Material Design Picker components in vanilla CSS, JS and HTML",
"keywords": [
"material",
Expand Down
2 changes: 1 addition & 1 deletion src/js/md-date-time-picker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @package md-date-time-picker
* @version [1.1.0]
* @version [1.1.1]
* @author Puranjay Jain <puranjay.jain@st.niituniversity.in>
* @license MIT
* @website puranjayjain.github.io/md-date-time-picker
Expand Down

0 comments on commit b904a1c

Please sign in to comment.