Bump to v1.3.0.

Former-commit-id: 4b8a4e90b97d2960445073cd4288af19dadc9266
This commit is contained in:
John-David Dalton
2013-06-11 08:33:35 -07:00
parent 24f49c8d83
commit f90f2e051a
13 changed files with 67 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
/**
* @license
* Lo-Dash 1.2.1 (Custom Build) <http://lodash.com/>
* Lo-Dash 1.3.0 (Custom Build) <http://lodash.com/>
* Build: `lodash underscore exports="amd,commonjs,global,node" -o ./dist/lodash.underscore.js`
* Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.4.4 <http://underscorejs.org/>
@@ -4418,7 +4418,7 @@
* @memberOf _
* @type String
*/
lodash.VERSION = '1.2.1';
lodash.VERSION = '1.3.0';
// add functions to `lodash.prototype`
mixin(lodash);