mirror of https://github.com/vtrois/kratos
feat: 发布 v4.2.4.2
parent
4db7e135a0
commit
08cf94436b
|
@ -3,7 +3,7 @@
|
|||
* Seaton Jiang <hi@seatonjiang.com>
|
||||
*/
|
||||
|
||||
var KRATOS_VERSION = "4.2.4.1";
|
||||
var KRATOS_VERSION = "4.2.4.2";
|
||||
|
||||
var $ = jQuery.noConflict();
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* @version 2023.08.25
|
||||
*/
|
||||
|
||||
define('THEME_VERSION', '4.2.4.1');
|
||||
define('THEME_VERSION', '4.2.4.2');
|
||||
|
||||
if (defined('WP_USE_THEMES') && WP_USE_THEMES === false) {
|
||||
return;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "4.2.4.1",
|
||||
"details_url": "https://github.com/devhaozi/kratos/releases/tag/v4.2.4.1",
|
||||
"download_url": "https://dl.cdn.haozi.net/kratos/v4.2.4.1.zip"
|
||||
"version": "4.2.4.2",
|
||||
"details_url": "https://github.com/devhaozi/kratos/releases/tag/v4.2.4.2",
|
||||
"download_url": "https://dl.cdn.haozi.net/kratos/v4.2.4.2.zip"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue