Update to version info to 2.5.0-pre.

This commit is contained in:
John-David Dalton
2014-05-31 19:30:13 -05:00
parent 88726aff8c
commit 653aee8b07
6 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
{
"name": "lodash",
"version": "2.4.1",
"version": "2.5.0-pre",
"main": "dist/lodash.compat.js",
"ignore": [
".*",

View File

@@ -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",

View File

@@ -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 -->

View File

@@ -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 + '__';

View File

@@ -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",