Bump to v1.1.1.

Former-commit-id: 1eaebbcedcd925ef2994d8e9a2c9b00c6a23c4b3
This commit is contained in:
John-David Dalton
2013-03-27 08:03:09 -07:00
parent 639c8d4171
commit 1acca0278c
11 changed files with 36 additions and 31 deletions

View File

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