Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chollier committed May 29, 2015
1 parent 8e96cce commit 62c5707
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-bootstrap-datetimepicker",
"version": "0.0.16",
"version": "0.0.17",
"main": [
"./dist/react-bootstrap-datetimepicker.min.js"
],
Expand Down
20 changes: 11 additions & 9 deletions dist/react-bootstrap-datetimepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ return /******/ (function(modules) { // webpackBootstrap

moment = __webpack_require__(3);

Glyphicon = __webpack_require__(4).Glyphicon;
var Glyphicon = __webpack_require__(4).Glyphicon;

Constants = __webpack_require__(6);
var Constants = __webpack_require__(6);

DateTimeField = React.createClass({displayName: "DateTimeField",
propTypes: {
Expand Down Expand Up @@ -436,9 +436,9 @@ return /******/ (function(modules) { // webpackBootstrap

DateTimePickerTime = __webpack_require__(8);

Glyphicon = __webpack_require__(4).Glyphicon;
var Glyphicon = __webpack_require__(4).Glyphicon;

Constants = __webpack_require__(6);
var Constants = __webpack_require__(6);

DateTimePicker = React.createClass({displayName: "DateTimePicker",
propTypes: {
Expand Down Expand Up @@ -719,9 +719,9 @@ return /******/ (function(modules) { // webpackBootstrap

DateTimePickerHours = __webpack_require__(13);

Glyphicon = __webpack_require__(4).Glyphicon;
var Glyphicon = __webpack_require__(4).Glyphicon;

Constants = __webpack_require__(6);
var Constants = __webpack_require__(6);

DateTimePickerTime = React.createClass({displayName: "DateTimePickerTime",
propTypes: {
Expand Down Expand Up @@ -1093,8 +1093,9 @@ return /******/ (function(modules) { // webpackBootstrap
var DateTimePickerMinutes, React;

React = __webpack_require__(2);
Glyphicon = __webpack_require__(4).Glyphicon;

var Glyphicon = __webpack_require__(4).Glyphicon;
var Constants = __webpack_require__(6);

DateTimePickerMinutes = React.createClass({displayName: "DateTimePickerMinutes",
propTypes: {
setSelectedMinute: React.PropTypes.func.isRequired,
Expand Down Expand Up @@ -1163,7 +1164,8 @@ return /******/ (function(modules) { // webpackBootstrap
var DateTimePickerHours, React;

React = __webpack_require__(2);
Glyphicon = __webpack_require__(4).Glyphicon;
var Glyphicon = __webpack_require__(4).Glyphicon;
var Constants = __webpack_require__(6);

DateTimePickerHours = React.createClass({displayName: "DateTimePickerHours",
propTypes: {
Expand Down
Loading

0 comments on commit 62c5707

Please sign in to comment.