From b4700631d406ba37816cb194b702a0979433a618 Mon Sep 17 00:00:00 2001 From: crimx Date: Tue, 26 Apr 2022 01:01:57 +0800 Subject: [PATCH] chore: bump version to 3.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96b885f..3f45956 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-filter-github-emojis", - "version": "3.0.4", + "version": "3.0.5", "description": "A Hexo plugin that adds emojis support, using Github Emojis API", "main": "index", "repository": "crimx/hexo-filter-github-emojis",