diff --git a/_config.yml b/_config.yml index bfaed82..5141d95 100644 --- a/_config.yml +++ b/_config.yml @@ -199,4 +199,4 @@ cdn: # --------------------------------------------------------------------------------------- # Keep version (Please don't modify) # --------------------------------------------------------------------------------------- -version: 3.0.2 +version: 3.0.3 diff --git a/package.json b/package.json index 3ece1a6..a8bf8b5 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "hexo-theme-keep", - "version": "3.0.2", + "version": "3.0.3", "private": false, "description": "A simple and elegant theme for Hexo.", "scripts": { - "release": "git push -u --follow-tags origin master", + "release": "git push -u origin master", "publish": "npm publish" }, "repository": {