build: build v3.0.1

This commit is contained in:
XPoet 2020-11-26 17:46:48 +08:00
parent b403e1600c
commit 6fc57659cb
2 changed files with 6 additions and 2 deletions

View File

@ -193,4 +193,4 @@ cdn:
# ---------------------------------------------------------------------------------------
# Keep version (Please don't modify)
# ---------------------------------------------------------------------------------------
version: 3.0.0
version: 3.0.1

View File

@ -1,8 +1,12 @@
{
"name": "hexo-theme-keep",
"version": "3.0.0",
"version": "3.0.1",
"private": false,
"description": "A simple and elegant theme for Hexo.",
"scripts": {
"release": "git push -u --follow-tags origin master",
"publish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/XPoet/hexo-theme-keep.git"