From deea114b4367da1367814e6c64d8875feb540513 Mon Sep 17 00:00:00 2001 From: CRIMX Date: Fri, 12 Apr 2019 14:38:18 +0800 Subject: [PATCH] bump version to 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3de41c3..3ac157a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-filter-github-emojis", - "version": "2.0.0", + "version": "2.0.1", "description": "A Hexo plugin that adds emojis support, using Github Emojis API", "main": "index", "repository": "crimx/hexo-filter-github-emojis",