diff --git a/_config.yml b/_config.yml index 0480a1211..20a2c9697 100755 --- a/_config.yml +++ b/_config.yml @@ -2,11 +2,11 @@ # 仅限/source/js/中的JS文件 # 默认使用 https://cdn.jsdelivr.net/npm/hexo-theme-volantis/source/js/ 的CDN压缩版本,注意版本号对应关系!!可以通过修改以下配置项覆盖 # 开发者注意 use_cdn 设置为 false -use_cdn: false +use_cdn: true info: theme_name: Volantis # This is theme's name. - theme_version: '4.2.0' # This is theme's version. - theme_docs: https://volantis-x.github.io/ # This is theme's URL. + theme_version: '4.3.0' # This is theme's version. + theme_docs: https://volantis.js.org/ # This is theme's URL. theme_repo: https://github.com/volantis-x/hexo-theme-volantis cdn: js: diff --git a/package.json b/package.json index 34a1b93c4..51fb43c30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-volantis", - "version": "4.2.0", + "version": "4.3.0", "description": "Elegant and powerful theme for Hexo.", "main": "package.json", "scripts": {