Skip to content

Commit 89baae6

Browse files
committed
feat: upgrade to version 4.2.1
1 parent a307af4 commit 89baae6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

assets/js/kratos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
(function ($) {
66
"use strict";
77

8-
var KRATOS_VERSION = "4.2.0";
8+
var KRATOS_VERSION = "4.2.1";
99

1010
var navbarConfig = function () {
1111
$("#navbutton").on("click", function () {

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @version 2023.03.30
1111
*/
1212

13-
define('THEME_VERSION', '4.2.0');
13+
define('THEME_VERSION', '4.2.1');
1414

1515
// 主题配置
1616
require get_template_directory() . '/inc/codestar-framework/autoload.php';

inc/update-checker/update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.2.0",
3-
"details_url": "https://github.com/seatonjiang/kratos/releases/tag/v4.2.0",
4-
"download_url": "https://cdn.seatonjiang.com/kratos/v4.2.0.zip"
2+
"version": "4.2.1",
3+
"details_url": "https://github.com/seatonjiang/kratos/releases/tag/v4.2.1",
4+
"download_url": "https://cdn.seatonjiang.com/kratos/v4.2.1.zip"
55
}

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
Theme Name: Kratos
44
Text Domain: kratos
5-
Version: 4.2.0
5+
Version: 4.2.1
66
Requires PHP: 7.4
77
Requires at least: 5.3.0
88
Description: 主题提供了多种针对自媒体博客需求的侧栏工具,删繁就简专注于用户的阅读体验,优化的邮件中心为你的网站留存加分添彩。

0 commit comments

Comments
 (0)