From 237eda2ad4a044a2af9a125557b89c33ca151a67 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sun, 10 Jun 2018 16:42:35 +0900 Subject: [PATCH] Bump to version 0.1.1 --- package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 927565fcf..17d8d7400 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "megalodon", - "version": "0.1.0", - "description": "Mastodon client for node.js", + "version": "0.1.1", + "description": "Mastodon API client for node.js", "main": "./lib/mastodon.js", "typings": "./lib/mastodon.d.ts", "scripts": { @@ -14,7 +14,11 @@ "url": "git+https://github.com/h3poteto/megalodon.git" }, "keywords": [ - "mastodon" + "mastodon", + "client", + "api", + "streaming", + "rest" ], "author": "h3poteto", "license": "MIT",