diff --git a/_config.yml b/_config.yml index 174267a..254d8a1 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ ## ====================================================================================== -## Keep v3.4.9 +## Keep v3.5.0 ## Repository: https://github.com/XPoet/hexo-theme-keep ## Document: https://keep-docs.xpoet.cn ## ====================================================================================== diff --git a/layout/_partial/footer.ejs b/layout/_partial/footer.ejs index 48d758f..9e9615a 100644 --- a/layout/_partial/footer.ejs +++ b/layout/_partial/footer.ejs @@ -32,7 +32,7 @@ const { site_uv: bsz_site_uv, site_pv: bsz_site_pv, enable: bsz_enable } = theme
<%- __('powered_by', 'Hexo') %> | <%- __('theme') %>   - Keep v3.4.9 + Keep v3.5.0
<% if (f_icp) { %>
diff --git a/package.json b/package.json index 33f54e4..79f6a1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-keep", - "version": "3.4.9", + "version": "3.5.0", "private": false, "description": "A simple and elegant theme for Hexo.", "scripts": {