build: build v3.0.4

This commit is contained in:
XPoet 2020-12-07 15:54:28 +08:00
parent 0dbc6643f1
commit eb6de8e9c0
2 changed files with 3 additions and 3 deletions

View File

@ -200,4 +200,4 @@ cdn:
# ---------------------------------------------------------------------------------------
# Keep version (Please don't modify)
# ---------------------------------------------------------------------------------------
version: 3.0.3
version: 3.0.4

View File

@ -1,10 +1,10 @@
{
"name": "hexo-theme-keep",
"version": "3.0.3",
"version": "3.0.4",
"private": false,
"description": "A simple and elegant theme for Hexo.",
"scripts": {
"release": "git push -u origin master",
"release": "git push --tag && git push -u origin master",
"publish": "npm publish"
},
"repository": {