mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
Update to version info to 2.5.0-pre.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Lo-Dash v2.4.1
|
||||
# Lo-Dash v2.5.0-pre
|
||||
A utility library delivering consistency, [customization](http://lodash.com/custom-builds), [performance](http://lodash.com/benchmarks), & [extras](http://lodash.com/#features).
|
||||
|
||||
## Documentation
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lodash",
|
||||
"version": "2.4.1",
|
||||
"version": "2.5.0-pre",
|
||||
"main": "dist/lodash.compat.js",
|
||||
"ignore": [
|
||||
".*",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "lodash",
|
||||
"repo": "lodash/lodash",
|
||||
"version": "2.4.1",
|
||||
"version": "2.5.0-pre",
|
||||
"description": "A utility library delivering consistency, customization, performance, & extras.",
|
||||
"license": "MIT",
|
||||
"main": "dist/lodash.compat.js",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# <a href="http://lodash.com/">Lo-Dash</a> <span>v2.4.1</span>
|
||||
# <a href="http://lodash.com/">Lo-Dash</a> <span>v2.5.0-pre</span>
|
||||
|
||||
<!-- div -->
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @license
|
||||
* Lo-Dash 2.4.1 <http://lodash.com/>
|
||||
* Lo-Dash 2.5.0-pre <http://lodash.com/>
|
||||
* Copyright 2012-2014 The Dojo Foundation <http://dojofoundation.org/>
|
||||
* Based on Underscore.js 1.6.0 <http://underscorejs.org/LICENSE>
|
||||
* Copyright 2009-2014 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
||||
@@ -20,7 +20,7 @@
|
||||
PARTIAL_RIGHT_FLAG = 32;
|
||||
|
||||
/** Used as the semantic version number */
|
||||
var version = '2.4.1';
|
||||
var version = '2.5.0-pre';
|
||||
|
||||
/** Used as the property name for wrapper metadata */
|
||||
var expando = '__lodash@' + version + '__';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lodash",
|
||||
"version": "2.4.1",
|
||||
"version": "2.5.0-pre",
|
||||
"description": "A utility library delivering consistency, customization, performance, & extras.",
|
||||
"homepage": "http://lodash.com/",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user