diff --git a/bower.json b/bower.json index 928a73ff0..4d4c03dc1 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "lodash", - "version": "3.0.0-pre", + "version": "3.0.0", "main": "lodash.js", "ignore": [ ".*", diff --git a/component.json b/component.json index a6050a6a3..bd9dc72e0 100644 --- a/component.json +++ b/component.json @@ -1,10 +1,10 @@ { "name": "lodash", "repo": "lodash/lodash", - "version": "3.0.0-pre", - "description": "A utility library delivering consistency, modularity, performance, & extras.", + "version": "3.0.0", + "description": "The modern build of Lo-Dash.", "license": "MIT", "main": "lodash.js", - "keywords": ["functional", "util"], + "keywords": ["stdlib", "util"], "scripts": ["lodash.js"] }