diff --git a/_config.yml b/_config.yml index bb44a23..5fb1694 100644 --- a/_config.yml +++ b/_config.yml @@ -193,4 +193,4 @@ cdn: # --------------------------------------------------------------------------------------- # Keep version (Please don't modify) # --------------------------------------------------------------------------------------- -version: 3.0.0 +version: 3.0.1 diff --git a/package.json b/package.json index 0921ee1..d9d872e 100644 --- a/package.json +++ b/package.json @@ -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"