Skip to content

Commit

Permalink
release: 1.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoxuu committed Dec 19, 2022
1 parent efea98a commit 35e3806
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.18.3'
version: '1.18.4'
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
6 changes: 3 additions & 3 deletions npm-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ function commit() {
git rebase main

printf "\n\n> \033[32m%s\033[0m" 'git push origin'
printf "\n"
# printf "\n"
git push origin main
git push origin npm

# npm publish

git tag ${VERSION}
git push --tags
# git tag ${VERSION}
# git push --tags

git checkout main
# done
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.18.3",
"version": "1.18.4",
"description": "Elegant and powerful theme for Hexo.",
"main": "package.json",
"scripts": {
Expand Down

0 comments on commit 35e3806

Please sign in to comment.