Bump to v1.2.0.

Former-commit-id: bb045c043e8f1bbf6cf7fbf463952daa1c24c855
This commit is contained in:
John-David Dalton
2013-04-16 09:00:33 -07:00
parent 758ff03520
commit 2276df07bd
15 changed files with 53 additions and 61 deletions

View File

@@ -1,6 +1,6 @@
/**
* @license
* Lo-Dash 1.1.1 <http://lodash.com/>
* Lo-Dash 1.2.0 <http://lodash.com/>
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.4.4 <http://underscorejs.org/>
* Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud Inc.
@@ -5435,7 +5435,7 @@
* @memberOf _
* @type String
*/
lodash.VERSION = '1.1.1';
lodash.VERSION = '1.2.0';
// add "Chaining" functions to the wrapper
lodash.prototype.toString = wrapperToString;