<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-jQuery jClock Plugin 2.2.1
+jQuery jClock Plugin 2.3.0
 ==========================
 
 Homepage</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 /*
-* jQuery jclock - Clock plugin - v 2.2.1
+* jQuery jclock - Clock plugin - v 2.3.0
 * http://plugins.jquery.com/project/jclock
 *
 * Copyright (c) 2007-2009 Doug Sparling &lt;http://www.dougsparling.com&gt;
@@ -9,7 +9,7 @@
 (function($) {
  
   $.fn.jclock = function(options) {
-    var version = '2.2.1';
+    var version = '2.3.0';
  
     // options
     var opts = $.extend({}, $.fn.jclock.defaults, options);
@@ -175,7 +175,7 @@
           var hours = (dateObject.getHours() % 12 || 12);
           return ((hours &lt; 10) ? &quot;0&quot; : &quot;&quot;) + hours;
       case &quot;m&quot;: // month number
-          return ((dateObject.getMonth() &lt; 10) ? &quot;0&quot; : &quot;&quot;) + (dateObject.getMonth() + 1);
+          return (((dateObject.getMonth() + 1) &lt; 10) ? &quot;0&quot; : &quot;&quot;) + (dateObject.getMonth() + 1);
       case &quot;M&quot;: // minute as a decimal number
           return ((dateObject.getMinutes() &lt; 10) ? &quot;0&quot; : &quot;&quot;) + dateObject.getMinutes();
       case &quot;p&quot;: // either `am' or `pm' according to the given time value,</diff>
      <filename>examples/jquery.jclock.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 /*
-* jQuery jclock - Clock plugin - v 2.2.1
+* jQuery jclock - Clock plugin - v 2.3.0
 * http://plugins.jquery.com/project/jclock
 *
 * Copyright (c) 2007-2009 Doug Sparling &lt;http://www.dougsparling.com&gt;
@@ -9,7 +9,7 @@
 (function($) {
  
   $.fn.jclock = function(options) {
-    var version = '2.2.1';
+    var version = '2.3.0';
  
     // options
     var opts = $.extend({}, $.fn.jclock.defaults, options);
@@ -175,7 +175,7 @@
           var hours = (dateObject.getHours() % 12 || 12);
           return ((hours &lt; 10) ? &quot;0&quot; : &quot;&quot;) + hours;
       case &quot;m&quot;: // month number
-          return ((dateObject.getMonth() &lt; 10) ? &quot;0&quot; : &quot;&quot;) + (dateObject.getMonth() + 1);
+          return (((dateObject.getMonth() + 1) &lt; 10) ? &quot;0&quot; : &quot;&quot;) + (dateObject.getMonth() + 1);
       case &quot;M&quot;: // minute as a decimal number
           return ((dateObject.getMinutes() &lt; 10) ? &quot;0&quot; : &quot;&quot;) + dateObject.getMinutes();
       case &quot;p&quot;: // either `am' or `pm' according to the given time value,</diff>
      <filename>jquery.jclock.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>78dfb84db6ef9a5ffb98a2520dbf578f59200584</id>
    </parent>
  </parents>
  <author>
    <name>Doug Sparling</name>
    <email>doug.sparling@gmail.com</email>
  </author>
  <url>http://github.com/dsparling/jclock/commit/dc114cd87404d7ba11e2ce7cf6ec9dd8ab2da1fc</url>
  <id>dc114cd87404d7ba11e2ce7cf6ec9dd8ab2da1fc</id>
  <committed-date>2009-10-07T05:37:09-07:00</committed-date>
  <authored-date>2009-10-07T05:37:09-07:00</authored-date>
  <message>bugfix - change added +1 to getMonth for leading zero check</message>
  <tree>93e10f07554f242d7b081916582cbd436f3379ac</tree>
  <committer>
    <name>Doug Sparling</name>
    <email>doug.sparling@gmail.com</email>
  </committer>
</commit>
