From: Tim Wood Date: Thu, 16 Jun 2011 19:40:05 +0000 (-0700) Subject: fixing bug with underscore mixin and adding tests for underscore mixins X-Git-Tag: 0.5.2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3483901d43c4d64f4796743c1437c78e8c1c367a;p=thirdparty%2Fmoment.git fixing bug with underscore mixin and adding tests for underscore mixins --- diff --git a/README.markdown b/README.markdown index db9a0b36a..418276096 100755 --- a/README.markdown +++ b/README.markdown @@ -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. diff --git a/underscore.date.js b/underscore.date.js index 39e4981e1..a89197c02 100644 --- a/underscore.date.js +++ b/underscore.date.js @@ -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) {