From 7c15687c2b3e3e467a92a706c83d9631d9a551c5 Mon Sep 17 00:00:00 2001 From: crimx Date: Sat, 3 Oct 2020 11:21:15 +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 d3f372f..02c2513 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-filter-github-emojis", - "version": "2.1.0", + "version": "3.0.0", "description": "A Hexo plugin that adds emojis support, using Github Emojis API", "main": "index", "repository": "crimx/hexo-filter-github-emojis",