Skip to content

Commit

Permalink
Bump to v3.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Feb 23, 2015
1 parent eb16051 commit d942189
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# lodash v3.2.0
# lodash v3.3.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 @@ -12,8 +12,8 @@ $ lodash modern -o ./lodash.js
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.2.0-amd) & [compatibility](https://github.com/lodash/lodash-compat/tree/3.2.0-amd) builds
* ES modules for the [modern](https://github.com/lodash/lodash/tree/3.2.0-es) build
* AMD modules for [modern](https://github.com/lodash/lodash/tree/3.3.0-amd) & [compatibility](https://github.com/lodash/lodash-compat/tree/3.3.0-amd) builds
* ES modules for the [modern](https://github.com/lodash/lodash/tree/3.3.0-es) build

## Further Reading

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lodash",
"version": "3.2.0",
"version": "3.3.0",
"main": "lodash.js",
"ignore": [
".*",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lodash",
"repo": "lodash/lodash",
"version": "3.2.0",
"version": "3.3.0",
"description": "The modern build of lodash.",
"license": "MIT",
"main": "lodash.js",
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.2.0",
"version": "3.3.0",
"main": "lodash.src.js",
"private": true,
"devDependencies": {
Expand Down

0 comments on commit d942189

Please sign in to comment.