From 0e44682ee922e888d0b6482637f1efd56fed360f Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Mon, 5 Dec 2011 11:06:55 +0000 Subject: [PATCH] bump package version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e0478c1..d94cdf0 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name":"tbd", "description":"tbd is a test data building library, allowing you to quickly spin up large amounts of fake data to be pumped into tests", - "keywords": ["testing", "unit-testing", "data"], - "version":"0.6.0", + "keywords": ["testing", "unit-testing", "data", "generator"], + "version":"0.6.1", "maintainers": [{ "name": "Aaron Powell", "email": "me@aaron-powell.com",