Bump to v1.1.0.

Former-commit-id: 7d103159263b2ad339cd1e2dba90df0d6c42a61d
This commit is contained in:
John-David Dalton
2013-03-25 23:34:35 -07:00
parent aaa8003418
commit d7c74b8004
12 changed files with 51 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
/**
* @license
* Lo-Dash 1.0.1 <http://lodash.com/>
* Lo-Dash 1.1.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.
@@ -5357,7 +5357,7 @@
* @memberOf _
* @type String
*/
lodash.VERSION = '1.0.1';
lodash.VERSION = '1.1.0';
// add "Chaining" functions to the wrapper
lodash.prototype.toString = wrapperToString;