Skip to content

Commit c948611

Browse files
committed
release: 5.0.0-rc.3
1 parent 5b8ea2e commit c948611

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ default:
1818
############################### Volantis ###############################
1919
info:
2020
theme_name: Volantis # This is theme's name.
21-
theme_version: '5.0.0-alpha.8' # This is theme's version.
21+
theme_version: '5.0.0-rc.3' # This is theme's version.
2222
theme_docs: https://volantis.js.org/ # This is theme's URL.
2323
theme_repo: https://github.com/volantis-x/hexo-theme-volantis
2424
# Debug 调试模式
@@ -32,7 +32,7 @@ cdn:
3232
# CDN 前缀,为空使用默认值,链接最后不加 "/",
3333
# 例如: https://cdn.jsdelivr.net/gh/volantis-x/volantis-x.github.io@gh-page 填写最后编译生成的源码CDN地址前缀,此路径下应该含有/js与/css目录,
3434
# 该配置默认值是:"https://cdn.jsdelivr.net/npm/hexo-theme-volantis@"+ theme.info.theme_version +"/source"
35-
prefix: https://npm.elemecdn.com/[email protected].2/source
35+
prefix: https://npm.elemecdn.com/[email protected].3/source
3636
# 以下配置可以覆盖 cdn.prefix,配置项的值可以为空,但是要使用CDN必须依据路径填写配置项的键
3737
set:
3838
js:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hexo-theme-volantis",
3-
"version": "5.0.0-alpha.8",
3+
"version": "5.0.0-rc.3",
44
"description": "Elegant and powerful theme for Hexo.",
55
"main": "package.json",
66
"scripts": {

0 commit comments

Comments
 (0)