Bump to v0.9.1.

Former-commit-id: d7cece2893c97c38a9379877f987ec2cfe60cb47
This commit is contained in:
John-David Dalton
2012-10-31 00:03:40 -07:00
parent 39fb05033f
commit 1baefebe8f
7 changed files with 190 additions and 197 deletions

View File

@@ -1,5 +1,5 @@
/*!
* Lo-Dash v0.9.0 <http://lodash.com>
* Lo-Dash v0.9.1 <http://lodash.com>
* (c) 2012 John-David Dalton <http://allyoucanleet.com/>
* Based on Underscore.js 1.4.2 <http://underscorejs.org>
* (c) 2009-2012 Jeremy Ashkenas, DocumentCloud Inc.
@@ -3975,7 +3975,7 @@
* @memberOf _
* @type String
*/
lodash.VERSION = '0.9.0';
lodash.VERSION = '0.9.1';
// assign static methods
lodash.after = after;