From 31ea3df574070def91c301b83c4a8fc9f93e8446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Terh=C3=BCrne?= Date: Fri, 14 Jul 2017 20:43:36 +0200 Subject: [PATCH] Update Version --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0bac803..8d19c44 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "setlistfm-js", - "version": "1.0.0", - "description": "Javascript API wrapper for the setlist.fm API.", + "version": "1.0.1", + "description": "This is an easy to use, promise based API wrapper for the most recent version of the setlist.fm Web API. Made with love and JavaScript.", "main": "index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha" @@ -16,7 +16,9 @@ "api", "wrapper", "concerts", - "nodejs" + "nodejs", + "api-wrapper", + "api-token" ], "author": "Johannes Terhuerne ", "license": "MIT",