Skip to content

Commit

Permalink
bumped version in package
Browse files Browse the repository at this point in the history
  • Loading branch information
puranjayjain committed Mar 26, 2016
1 parent a051b9e commit d57bb6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 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 @@ -1389,7 +1389,7 @@ var _createClass = function () { function defineProperties(target, props) { for
return mdDateTimePicker;
}(); /**
* @package md-date-time-picker
* @version [0.2.2]
* @version [0.3.0]
* @author Puranjay Jain <puranjay.jain@st.niituniversity.in>
* @license MIT
* @website puranjayjain.github.io/md-date-time-picker/demo.html
Expand Down
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@
"clock",
"input"
],
"main": [
"dist/js/md-date-time-picker.js",
"dist/css/md-date-time-picker.css",
"dist/js/md-date-time-picker.min.js",
"dist/css/md-date-time-picker.min.css"
],
"main": "dist",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
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 [0.2.2]
* @version [0.3.0]
* @author Puranjay Jain <puranjay.jain@st.niituniversity.in>
* @license MIT
* @website puranjayjain.github.io/md-date-time-picker/demo.html
Expand Down

0 comments on commit d57bb6c

Please sign in to comment.