Skip to content

Commit 8e03223

Browse files
Create new dev version
1 parent 54547fb commit 8e03223

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ <h2>Some Examples</h2>
588588

589589

590590
<h2>Version</h2>
591-
<p>Version 1.0.2</p>
591+
<p>Version 1.0.3</p>
592592

593593
<p>Last updated on 09/8/2012</p>
594594
<p>jQuery Timepicker Addon is currently available for use in all personal or commercial projects under both MIT and GPL licenses. This means that you can choose the license that best suits your project, and use it accordingly. </p>

jquery-ui-timepicker-addon.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery timepicker addon
33
* By: Trent Richardson [http://trentrichardson.com]
4-
* Version 1.0.2
4+
* Version 1.0.3-dev
55
* Last Modified: 07/01/2012
66
*
77
* Copyright 2012 Trent Richardson
@@ -28,7 +28,7 @@ if ($.ui.timepicker.version) {
2828
return;
2929
}
3030

31-
$.extend($.ui, { timepicker: { version: "1.0.2" } });
31+
$.extend($.ui, { timepicker: { version: "1.0.3" } });
3232

3333
/* Time picker manager.
3434
Use the singleton instance of this class, $.timepicker, to interact with the time picker.
@@ -1682,6 +1682,6 @@ $.timepicker.handleRange = function( method, startTime, endTime, options ) {
16821682
return $([startTime.get(0), endTime.get(0)]);
16831683
};
16841684

1685-
$.timepicker.version = "1.0.2";
1685+
$.timepicker.version = "1.0.3";
16861686

16871687
})(jQuery);

0 commit comments

Comments
 (0)