Skip to content

Commit

Permalink
chore(release): v3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
XPoet committed Sep 27, 2022
1 parent 15c3014 commit ca95573
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,4 @@ footer:
# Keep version
# Please don't modify
# ---------------------------------------------------------------------------------------
version: 3.4.5
version: 3.4.6
2 changes: 1 addition & 1 deletion layout/_partial/footer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const { site_uv: bsz_site_uv, site_pv: bsz_site_pv, enable: bsz_enable } = theme
<div class="theme-info info-item">
<%- __('powered_by', '<a target="_blank" href="https://hexo.io">Hexo</a>') %>&nbsp;|&nbsp;<%- __('theme') %>
&nbsp;
<a class="theme-version" target="_blank" href="https://github.com/XPoet/hexo-theme-keep">Keep v3.4.5</a>
<a class="theme-version" target="_blank" href="https://github.com/XPoet/hexo-theme-keep">Keep v3.4.6</a>
</div>
<% if (f_icp) { %>
<div class="icp-info info-item">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-theme-keep",
"version": "3.4.5",
"version": "3.4.6",
"private": false,
"description": "A simple and elegant theme for Hexo.",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/helpers/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ hexo.extend.helper.register('getPostUrl', function (rootUrl, path) {
});

const getSourceCdnUrl = (tyle, themeConfig, path) => {
const { version = '3.4.5', cdn = {} } = themeConfig
const { version = '3.4.6', cdn = {} } = themeConfig
const { provider = 'jsdelivr' } = cdn

let urlPrefix = ''
Expand Down
2 changes: 1 addition & 1 deletion source/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
window.addEventListener('DOMContentLoaded', () => {

KEEP.themeInfo = {
theme: `Keep v3.4.5`,
theme: `Keep v3.4.6`,
author: 'XPoet',
repository: 'https://github.com/XPoet/hexo-theme-keep'
}
Expand Down

0 comments on commit ca95573

Please sign in to comment.