Bump to v0.4.1.

Former-commit-id: ef73c95edc22d59412affba898d9820251c06b5b
This commit is contained in:
John-David Dalton
2012-07-12 00:06:36 -04:00
parent 1f3546a9f6
commit 46781e7614
8 changed files with 167 additions and 159 deletions

View File

@@ -1,5 +1,5 @@
/*!
* Lo-Dash v0.4.0 <http://lodash.com>
* Lo-Dash v0.4.1 <http://lodash.com>
* Copyright 2012 John-David Dalton <http://allyoucanleet.com/>
* Based on Underscore.js 1.3.3, copyright 2009-2012 Jeremy Ashkenas, DocumentCloud Inc.
* <http://documentcloud.github.com/underscore>
@@ -3560,7 +3560,7 @@
* @memberOf _
* @type String
*/
lodash.VERSION = '0.4.0';
lodash.VERSION = '0.4.1';
// assign static methods
lodash.after = after;