Bump to v1.3.1.

Former-commit-id: 2d7b1adacb8d2dd6fbee4b9b623b73aa8582e487
This commit is contained in:
John-David Dalton
2013-06-12 00:48:46 -07:00
parent ef66650997
commit 9bd12eb782
13 changed files with 40 additions and 33 deletions

4
dist/lodash.js vendored
View File

@@ -1,6 +1,6 @@
/**
* @license
* Lo-Dash 1.3.0 (Custom Build) <http://lodash.com/>
* Lo-Dash 1.3.1 (Custom Build) <http://lodash.com/>
* Build: `lodash modern -o ./dist/lodash.js`
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.4.4 <http://underscorejs.org/>
@@ -5483,7 +5483,7 @@
* @memberOf _
* @type String
*/
lodash.VERSION = '1.3.0';
lodash.VERSION = '1.3.1';
// add "Chaining" functions to the wrapper
lodash.prototype.toString = wrapperToString;