From 6eae132421d802cd3b243fbc4583f1efbe345414 Mon Sep 17 00:00:00 2001 From: XPoet Date: Fri, 13 Jan 2023 11:03:28 +0800 Subject: [PATCH] chore(release): v3.6.1 --- _config.yml | 2 +- layout/_partial/footer.ejs | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index d6a2fea..ef81d97 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ ## ====================================================================================== -## Keep v3.6.0 +## Keep v3.6.1 ## 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 22ae789..200b348 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.6.0 + <%- __('powered_by', 'Hexo') %> | <%- __('theme') %> Keep v3.6.1
<% if (f_icp) { %>
diff --git a/package.json b/package.json index b2cab6a..1957780 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-keep", - "version": "3.6.0", + "version": "3.6.1", "private": false, "description": "A simple and elegant theme for Hexo.", "scripts": {