Bump version to 0.4.0.

Former-commit-id: e3606a629e44711ad9174ac7c6690f2a53f088b9
This commit is contained in:
John-David Dalton
2012-07-11 11:32:55 -04:00
parent d496361555
commit 0976a3b721
6 changed files with 194 additions and 170 deletions

View File

@@ -1,5 +1,5 @@
/*!
* Lo-Dash v0.3.2 <http://lodash.com>
* Lo-Dash v0.4.0 <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>
@@ -3590,7 +3590,7 @@
* @memberOf _
* @type String
*/
lodash.VERSION = '0.3.2';
lodash.VERSION = '0.4.0';
// assign static methods
lodash.after = after;