From 4f946eeafae0bebbeb21d37b20827c82536804c5 Mon Sep 17 00:00:00 2001 From: David Diaz Date: Thu, 2 Mar 2017 10:20:01 -0600 Subject: [PATCH] Updated package version. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8c4a8de..792aea6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "beau", - "version": "0.0.1", - "description": "A tool for testing RESTful APIs", + "version": "0.1.0", + "description": "A tool for testing JSON APIs", "main": "beau.js", "author": "Sergio Diaz ", "license": "MIT",