From 2ba7c0129a32c53a5c9725bc0e85bf16956ef8e3 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 28 Aug 2019 23:16:19 +0900 Subject: [PATCH] Bump to version 1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50a448f..a973a92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "megalodon", - "version": "1.0.1", + "version": "1.0.2", "description": "Mastodon API client for node.js", "main": "./lib/src/index.js", "typings": "./lib/src/index.d.ts",