summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--jquery-ui-timepicker-addon.js6
2 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index c90884d..4a24fb7 100644
--- a/index.html
+++ b/index.html
@@ -118,7 +118,7 @@
<h3>Version</h3>
- <p>Version 1.0.3</p>
+ <p>Version 1.0.4</p>
<p>Last updated on 09/15/2012</p>
<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>
diff --git a/jquery-ui-timepicker-addon.js b/jquery-ui-timepicker-addon.js
index eee7174..f0a0240 100644
--- a/jquery-ui-timepicker-addon.js
+++ b/jquery-ui-timepicker-addon.js
@@ -1,7 +1,7 @@
/*
* jQuery timepicker addon
* By: Trent Richardson [http://trentrichardson.com]
- * Version 1.0.3
+ * Version 1.0.4-dev
* Last Modified: 09/15/2012
*
* Copyright 2012 Trent Richardson
@@ -35,7 +35,7 @@
*/
$.extend($.ui, {
timepicker: {
- version: "1.0.3"
+ version: "1.0.4"
}
});
@@ -1759,6 +1759,6 @@
/*
* Keep up with the version
*/
- $.timepicker.version = "1.0.3";
+ $.timepicker.version = "1.0.4";
})(jQuery); \ No newline at end of file