diff --git a/_config.yml b/_config.yml index 181eda6..147a906 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ ## ====================================================================================== -## Keep v3.5.0 +## Keep v3.5.1 ## 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 eca1cc5..6bd53a4 100644 --- a/layout/_partial/footer.ejs +++ b/layout/_partial/footer.ejs @@ -30,7 +30,7 @@ const { site_uv: bsz_site_uv, site_pv: bsz_site_pv, enable: bsz_enable } = theme <% } %>
- <%- __('powered_by', 'Hexo') %> | <%- __('theme') %> Keep v3.5.0 + <%- __('powered_by', 'Hexo') %> | <%- __('theme') %> Keep v3.5.1
<% if (f_icp) { %>
diff --git a/package.json b/package.json index 79f6a1b..fe4f344 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-keep", - "version": "3.5.0", + "version": "3.5.1", "private": false, "description": "A simple and elegant theme for Hexo.", "scripts": {