Bump to v1.0.0.

Former-commit-id: 623103d8c34c2e3c260c481da83cb94c888402d3
This commit is contained in:
John-David Dalton
2013-02-13 23:49:36 -08:00
parent 577dfb7220
commit 506f585d78
12 changed files with 69 additions and 77 deletions

View File

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