diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2013-07-07 11:00:13 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2013-07-07 11:00:13 -0400 |
commit | 3b76e376b9945cffa25d56f6da7789fa06d12714 (patch) | |
tree | dac711525831c12061ae907f7589c3d3af348b4d | |
parent | 4ef6892976cfb643af611f2d658c2ae9777af25e (diff) | |
download | jQuery-Timepicker-Addon-3b76e376b9945cffa25d56f6da7789fa06d12714.zip jQuery-Timepicker-Addon-3b76e376b9945cffa25d56f6da7789fa06d12714.tar.gz jQuery-Timepicker-Addon-3b76e376b9945cffa25d56f6da7789fa06d12714.tar.bz2 |
New dev version
-rw-r--r-- | component.json | 2 | ||||
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | jquery-ui-timepicker-addon.js | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/component.json b/component.json index efcbec5..6af78e8 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "jquery-timepicker-addon", - "version": "1.3.1", + "version": "1.3.2", "repository": { "type": "git", "url": "git://github.com/trentrichardson/jQuery-Timepicker-Addon.git" @@ -125,7 +125,7 @@ <br /> <h3>Version</h3> - <p>Version 1.3.1</p> + <p>Version 1.3.2</p> <p>Last updated on 07/07/2013</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 1a22b0c..96696fa 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.3.1 + * Version 1.3.2-dev * Last Modified: 07/07/2013 * * Copyright 2013 Trent Richardson @@ -27,7 +27,7 @@ */ $.extend($.ui, { timepicker: { - version: "1.3.1" + version: "1.3.2" } }); @@ -2123,6 +2123,6 @@ /* * Keep up with the version */ - $.timepicker.version = "1.3.1"; + $.timepicker.version = "1.3.2"; })(jQuery); |