From f923bb66a6ebade056867f4e0e638746cdcd04a6 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Sat, 24 Jul 2021 00:34:48 +0800 Subject: [PATCH] release: 1.3.0 --- README.md | 8 ++++---- _config.yml | 2 +- package.json | 2 +- utterances.json | 4 +++- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index be74110..351cea1 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ Elegant and powerful theme for Hexo. Check your environment: ```yaml -Hexo: 5.3.0 -hexo-cli: 4.2.0 -node.js: 14.15.4 LTS -npm: 6.14.10 LTS +Hexo: 5.4.0 +hexo-cli: 4.3.0 +node.js: 14.17.3 LTS +npm: 6.14.13 LTS ``` Edit your `_config.yml`: diff --git a/_config.yml b/_config.yml index 33955cf..1638619 100755 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ ######## Stellar info ######## stellar: - version: '1.2.1' + version: '1.3.0' homepage: 'https://xaoxuu.com/wiki/stellar/' repo: 'https://github.com/xaoxuu/hexo-theme-stellar' cdn_css: # Use cdn links instead of /css/main.css diff --git a/package.json b/package.json index 7c54233..a373bd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-stellar", - "version": "1.2.1", + "version": "1.3.0", "description": "Elegant and powerful theme for Hexo.", "main": "package.json", "scripts": { diff --git a/utterances.json b/utterances.json index 96dd0ea..54ca8bf 100644 --- a/utterances.json +++ b/utterances.json @@ -1,3 +1,5 @@ { - "origins": ["https://xaoxuu.com"] + "origins": [ + "https://xaoxuu.com" + ] }