build: build v3.0.3

This commit is contained in:
XPoet 2020-12-01 16:55:30 +08:00
parent c9fff48afa
commit d4ef822d9c
2 changed files with 3 additions and 3 deletions

View File

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

View File

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