From bec1c0cef36b9a2cb2110a6a2859f150bf8e0204 Mon Sep 17 00:00:00 2001 From: crimx Date: Sat, 3 Oct 2020 13:59:27 +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 110e7f5..53f4eb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-filter-github-emojis", - "version": "3.0.3", + "version": "3.0.4", "description": "A Hexo plugin that adds emojis support, using Github Emojis API", "main": "index", "repository": "crimx/hexo-filter-github-emojis",