Bump to v0.8.1.

Former-commit-id: 1b63f03d4a7ca0cdc66e44cd987fddecaf88f9ce
This commit is contained in:
John-David Dalton
2012-10-04 01:40:17 -07:00
parent a0cb8ec124
commit 6e9cbccde6
9 changed files with 175 additions and 189 deletions

View File

@@ -1,7 +1,7 @@
/*!
* Lo-Dash v0.8.0 <http://lodash.com>
* Lo-Dash v0.8.1 <http://lodash.com>
* (c) 2012 John-David Dalton <http://allyoucanleet.com/>
* Based on Underscore.js 1.4.0 <http://underscorejs.org>
* Based on Underscore.js 1.4.1 <http://underscorejs.org>
* (c) 2009-2012 Jeremy Ashkenas, DocumentCloud Inc.
* Available under MIT license <http://lodash.com/license>
*/
@@ -3999,7 +3999,7 @@
* @memberOf _
* @type String
*/
lodash.VERSION = '0.8.0';
lodash.VERSION = '0.8.1';
// assign static methods
lodash.after = after;