From f0adcd1fd59a8a0437322b25810e00908df3c0ce Mon Sep 17 00:00:00 2001 From: Randall Schmidt Date: Sat, 6 Apr 2019 09:32:16 +0700 Subject: [PATCH] bump version to 1.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f08047..f049a78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unofficial-jisho-api", - "version": "1.3.1", + "version": "1.4.0", "description": "Encapsulates the official Jisho.org API and also provides kanji, example, and stroke diagram search.", "main": "index.js", "types": "index.d.ts",