Bump to v0.6.0.

Former-commit-id: 7339c27ba63208f23d94ae4a29dec53a43220bad
This commit is contained in:
John-David Dalton
2012-08-28 01:47:22 -07:00
parent cf462542e9
commit 11cd9905c4
7 changed files with 154 additions and 171 deletions

View File

@@ -1,5 +1,5 @@
/*!
* Lo-Dash v0.5.2 <http://lodash.com>
* Lo-Dash v0.6.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>
@@ -4162,7 +4162,7 @@
* @memberOf _
* @type String
*/
lodash.VERSION = '0.5.2';
lodash.VERSION = '0.6.0';
// assign static methods
lodash.after = after;