Bump to v3.0.0.

This commit is contained in:
jdalton
2015-01-24 12:11:13 -08:00
parent 16ad7e53ff
commit a6257b5901
5 changed files with 17 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
/**
* @license
* lodash 3.0.0-pre (Custom Build) <https://lodash.com/>
* lodash 3.0.0 (Custom Build) <https://lodash.com/>
* Build: `lodash modern -o ./lodash.js`
* Copyright 2012-2015 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.7.0 <http://underscorejs.org/LICENSE>
@@ -13,7 +13,7 @@
var undefined;
/** Used as the semantic version number. */
var VERSION = '3.0.0-pre';
var VERSION = '3.0.0';
/** Used to compose bitmasks for wrapper metadata. */
var BIND_FLAG = 1,