Bump v0.5.1.

Former-commit-id: 09922fa2e936e0b112100690a04d6437131904a8
This commit is contained in:
John-David Dalton
2012-08-18 02:14:26 -07:00
parent 04425786a1
commit 8b80c5d0b5
7 changed files with 47 additions and 43 deletions

View File

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