Bump to v0.3.1.

Former-commit-id: 2e1e3b7e47b1f98d2ca20a89a4570a0b958d4323
This commit is contained in:
John-David Dalton
2012-06-11 00:08:41 -04:00
parent 94e8af4d93
commit 1e2ef542e4
5 changed files with 32 additions and 24 deletions

View File

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