Skip to content

Commit

Permalink
release: 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoxuu committed Jul 23, 2021
1 parent c584d69 commit f923bb6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 3 additions & 1 deletion utterances.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"origins": ["https://xaoxuu.com"]
"origins": [
"https://xaoxuu.com"
]
}

0 comments on commit f923bb6

Please sign in to comment.