]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
fixing bug with underscore mixin and adding tests for underscore mixins
authorTim Wood <washwithcare@gmail.com>
Thu, 16 Jun 2011 19:40:05 +0000 (12:40 -0700)
committerTim Wood <washwithcare@gmail.com>
Thu, 16 Jun 2011 19:40:05 +0000 (12:40 -0700)
README.markdown
underscore.date.js

index db9a0b36ac0aa934e0798d4a6fdfb05074be04f1..41827609623bbf3e0bfaeb05eae991b81c023e72 100755 (executable)
@@ -5,7 +5,7 @@ Underscore.date is a javascript date library that helps create, manipulate, and
 
 Author: Tim Wood
 
-Version: 0.5.0
+Version: 0.5.1
 
 **Note:** There are some api changes that will break your code when upgrading from 0.4.1 to 0.5.0. Read about the changes in the changelog at the bottom of the page.
 
index 39e4981e1264eed513e3a65709aa337b164aa090..a89197c0284217f79d2ba49c10843cad4d9c3c62 100644 (file)
@@ -3,7 +3,7 @@
 // (c) 2011 Tim Wood
 // Underscore.date is freely distributable under the terms of the MIT license.
 //
-// Version 0.5.0
+// Version 0.5.1
 
 (function (undefined) {