Bump to v1.2.1.

Former-commit-id: ddffb32b2aa61001e81fccfa59b9e9bb38bf7883
This commit is contained in:
John-David Dalton
2013-04-29 09:10:51 -07:00
parent 728eea3ae1
commit c938017baa
13 changed files with 42 additions and 47 deletions

4
dist/lodash.js vendored
View File

@@ -1,6 +1,6 @@
/**
* @license
* Lo-Dash 1.2.0 (Custom Build) <http://lodash.com/>
* Lo-Dash 1.2.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/>
@@ -5192,7 +5192,7 @@
* @memberOf _
* @type String
*/
lodash.VERSION = '1.2.0';
lodash.VERSION = '1.2.1';
// add "Chaining" functions to the wrapper
lodash.prototype.toString = wrapperToString;