Bump to v0.2.1.

Former-commit-id: d433d39ac7269479f1b9ac3803e62c5021f41e11
This commit is contained in:
John-David Dalton
2012-05-24 14:39:48 -04:00
parent 8f7667a524
commit bb9ad69219
8 changed files with 148 additions and 132 deletions

View File

@@ -1,5 +1,5 @@
/*!
* Lo-Dash v0.2.0 <http://lodash.com>
* Lo-Dash v0.2.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>
@@ -3086,7 +3086,7 @@
* @memberOf _
* @type String
*/
lodash.VERSION = '0.2.0';
lodash.VERSION = '0.2.1';
// assign static methods
lodash.after = after;