Skip to content

Commit 68fdec0

Browse files
Create new dev version 1.0.2
1 parent c73678c commit 68fdec0

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
@@ -528,7 +528,7 @@ <h2>Some Examples</h2>
528528
</div>
529529

530530
<h2>Version</h2>
531-
<p>Version 1.0.1</p>
531+
<p>Version 1.0.2</p>
532532

533533
<p>Last updated on 07/01/2012</p>
534534
<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.1
4+
* Version 1.0.2-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.1" } });
31+
$.extend($.ui, { timepicker: { version: "1.0.2" } });
3232

3333
/* Time picker manager.
3434
Use the singleton instance of this class, $.timepicker, to interact with the time picker.
@@ -1525,6 +1525,6 @@ var timeZoneString = function(date)
15251525
};
15261526

15271527
$.timepicker = new Timepicker(); // singleton instance
1528-
$.timepicker.version = "1.0.1";
1528+
$.timepicker.version = "1.0.2";
15291529

15301530
})(jQuery);

0 commit comments

Comments
 (0)