From d25bb3ae34e285905700694314fd8d3a78afe95b Mon Sep 17 00:00:00 2001 From: crimx Date: Sat, 3 Oct 2020 13:30:33 +0800 Subject: [PATCH] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c66b8a9..110e7f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-filter-github-emojis", - "version": "3.0.2", + "version": "3.0.3", "description": "A Hexo plugin that adds emojis support, using Github Emojis API", "main": "index", "repository": "crimx/hexo-filter-github-emojis",