From 6b313aa73a4cdbfb39963a993a538ba2c489d4c7 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Fri, 5 Oct 2018 08:33:09 +0900 Subject: [PATCH] Bump to version 0.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82591c9..3c4d647 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "megalodon", - "version": "0.4.0", + "version": "0.4.1", "description": "Mastodon API client for node.js", "main": "./lib/index.js", "typings": "./lib/index.d.ts",