Skip to content

Commit

Permalink
Bump to v3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Feb 5, 2015
1 parent 16ad7e5 commit a6257b5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# lodash v3.0.0-pre
# lodash v3.0.0

The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash](https://lodash.com/) with packages for [Bower](http://bower.io/), [Component](http://component.github.io/), & [Volo](http://volojs.org/).

Expand All @@ -14,3 +14,12 @@ lodash is also available in a variety of other builds & module formats.
* npm packages for [modern](https://www.npmjs.com/package/lodash), [compatibility](https://www.npmjs.com/package/lodash-compat), & [per method](https://www.npmjs.com/browse/keyword/lodash-modularized) builds
* AMD modules for [modern](https://github.com/lodash/lodash/tree/3.0.0-amd) & [compatibility](https://github.com/lodash/lodash-compat/tree/3.0.0-amd) builds
* ES modules for the [modern](https://github.com/lodash/lodash/tree/3.0.0-es) build

## Further Reading

* [API Documentation](https://lodash.com/docs)
* [Build Differences](https://github.com/lodash/lodash/wiki/Build-Differences)
* [Changelog](https://github.com/lodash/lodash/wiki/Changelog)
* [Release Notes](https://github.com/lodash/lodash/releases)
* [Roadmap](https://github.com/lodash/lodash/wiki/Roadmap)
* [More Resources](https://github.com/lodash/lodash/wiki/Resources)
4 changes: 2 additions & 2 deletions lodash.js
Original file line number Diff line number Diff line change
@@ -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>
Expand All @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions lodash.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lodash.src.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* lodash 3.0.0-pre <https://lodash.com/>
* lodash 3.0.0 <https://lodash.com/>
* Copyright 2012-2015 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.7.0 <http://underscorejs.org/LICENSE>
* Copyright 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
Expand All @@ -12,7 +12,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,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lodash",
"version": "3.0.0-pre",
"version": "3.0.0",
"main": "lodash.src.js",
"private": true,
"devDependencies": {
Expand Down

0 comments on commit a6257b5

Please sign in to comment.