mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Drop testing Node 0.6. and bump in name only to v3.0.0-pre.
This commit is contained in:
4
dist/lodash.underscore.js
vendored
4
dist/lodash.underscore.js
vendored
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @license
|
||||
* Lo-Dash 2.5.0-pre (Custom Build) <http://lodash.com/>
|
||||
* Lo-Dash 3.0.0-pre (Custom Build) <http://lodash.com/>
|
||||
* Build: `lodash underscore -o ./dist/lodash.underscore.js`
|
||||
* Copyright 2012-2014 The Dojo Foundation <http://dojofoundation.org/>
|
||||
* Based on Underscore.js 1.6.0 <http://underscorejs.org/LICENSE>
|
||||
@@ -21,7 +21,7 @@
|
||||
PARTIAL_RIGHT_FLAG = 32;
|
||||
|
||||
/** Used as the semantic version number */
|
||||
var version = '2.5.0-pre';
|
||||
var version = '3.0.0-pre';
|
||||
|
||||
/** Used as the property name for wrapper metadata */
|
||||
var expando = '__lodash@' + version + '__';
|
||||
|
||||
Reference in New Issue
Block a user