From 3b2ed06864e18c04e771c0c03fadd779f7bbde1e Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 17 Jan 2015 15:08:06 -0800 Subject: [PATCH] Update bower.json and component.json. --- bower.json | 2 +- component.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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"] }