summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2012-10-09 07:56:54 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2012-10-09 07:56:54 -0400
commite5ad3c3a9f67d5fdd981847c8bf7ab46b56eafed (patch)
tree802586e75e5b52be2fb89a92981b39e1b48516e8
parent2384f979e177e6ae8a6cf935a5bda53b5aada595 (diff)
downloadjQuery-Timepicker-Addon-e5ad3c3a9f67d5fdd981847c8bf7ab46b56eafed.zip
jQuery-Timepicker-Addon-e5ad3c3a9f67d5fdd981847c8bf7ab46b56eafed.tar.gz
jQuery-Timepicker-Addon-e5ad3c3a9f67d5fdd981847c8bf7ab46b56eafed.tar.bz2
Version 1.1.0 dev
-rw-r--r--index.html4
-rw-r--r--jquery-ui-timepicker-addon.js8
2 files changed, 6 insertions, 6 deletions
diff --git a/index.html b/index.html
index 4fdad8b..85a7e69 100644
--- a/index.html
+++ b/index.html
@@ -122,9 +122,9 @@
<h3>Version</h3>
- <p>Version 1.0.6</p>
+ <p>Version 1.1.0</p>
- <p>Last updated on 10/06/2012</p>
+ <p>Last updated on 10/09/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>
<p><a href="http://trentrichardson.com/Impromptu/GPL-LICENSE.txt" title="GPL License">GPL License</a></p>
<p><a href="http://trentrichardson.com/Impromptu/MIT-LICENSE.txt" title="MIT License">MIT License</a></p>
diff --git a/jquery-ui-timepicker-addon.js b/jquery-ui-timepicker-addon.js
index c4a33db..714c8a3 100644
--- a/jquery-ui-timepicker-addon.js
+++ b/jquery-ui-timepicker-addon.js
@@ -1,8 +1,8 @@
/*
* jQuery timepicker addon
* By: Trent Richardson [http://trentrichardson.com]
- * Version 1.0.6-dev
- * Last Modified: 10/06/2012
+ * Version 1.1.0-dev
+ * Last Modified: 10/09/2012
*
* Copyright 2012 Trent Richardson
* You may use this project under MIT or GPL licenses.
@@ -27,7 +27,7 @@
*/
$.extend($.ui, {
timepicker: {
- version: "1.0.6"
+ version: "1.1.0"
}
});
@@ -1826,6 +1826,6 @@
/*
* Keep up with the version
*/
- $.timepicker.version = "1.0.6";
+ $.timepicker.version = "1.1.0";
})(jQuery); \ No newline at end of file