diff --git a/_config.yml b/_config.yml index c30e059..d6a2fea 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ ## ====================================================================================== -## Keep v3.5.2 +## Keep v3.6.0 ## Preview: https://xpoet.cn ## Documents: https://keep-docs.xpoet.cn ## Repository: https://github.com/XPoet/hexo-theme-keep diff --git a/layout/_partial/footer.ejs b/layout/_partial/footer.ejs index 5d0f3a5..22ae789 100644 --- a/layout/_partial/footer.ejs +++ b/layout/_partial/footer.ejs @@ -34,7 +34,7 @@ const { site_uv: bsz_site_uv, site_pv: bsz_site_pv, enable: bsz_enable } = theme <% } %>
- <%- __('powered_by', 'Hexo') %> | <%- __('theme') %> Keep v3.5.2 + <%- __('powered_by', 'Hexo') %> | <%- __('theme') %> Keep v3.6.0
<% if (f_icp) { %>
diff --git a/package.json b/package.json index bd31818..50ecffa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-keep", - "version": "3.5.2", + "version": "3.6.0", "private": false, "description": "A simple and elegant theme for Hexo.", "scripts": {