diff --git a/README.md b/README.md index ca8f2b5f6..ba13495f6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# lodash v3.3.0 +# lodash v3.3.1 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/). @@ -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.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 + * AMD modules for [modern](https://github.com/lodash/lodash/tree/3.3.1-amd) & [compatibility](https://github.com/lodash/lodash-compat/tree/3.3.1-amd) builds + * ES modules for the [modern](https://github.com/lodash/lodash/tree/3.3.1-es) build ## Further Reading diff --git a/bower.json b/bower.json index 0ee8e0225..6e519dd66 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "lodash", - "version": "3.3.0", + "version": "3.3.1", "main": "lodash.js", "ignore": [ ".*", diff --git a/component.json b/component.json index e3b503d22..09c584e2d 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "lodash", "repo": "lodash/lodash", - "version": "3.3.0", + "version": "3.3.1", "description": "The modern build of lodash.", "license": "MIT", "main": "lodash.js", diff --git a/package.json b/package.json index 75eefc4aa..14d4ee324 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lodash", - "version": "3.3.0", + "version": "3.3.1", "main": "lodash.src.js", "private": true, "devDependencies": {