mirror of https://github.com/vtrois/kratos
parent
144222fd1d
commit
0c7bd0a42e
|
@ -5,7 +5,7 @@
|
|||
;(function () {
|
||||
'use strict'
|
||||
|
||||
var KRATOS_VERSION = '4.1.1'
|
||||
var KRATOS_VERSION = '4.1.2'
|
||||
|
||||
var navbarConfig = function () {
|
||||
$('#navbutton').on('click', function () {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* @version 2022.02.20
|
||||
*/
|
||||
|
||||
define('THEME_VERSION', '4.1.1');
|
||||
define('THEME_VERSION', '4.1.2');
|
||||
|
||||
// 主题配置
|
||||
require get_template_directory() . '/inc/codestar-framework/autoload.php';
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "4.1.1",
|
||||
"details_url": "https://github.com/seatonjiang/kratos/releases/tag/v4.1.1",
|
||||
"download_url": "https://cdn.seatonjiang.com/kratos/v4.1.1.zip"
|
||||
"version": "4.1.2",
|
||||
"details_url": "https://github.com/seatonjiang/kratos/releases/tag/v4.1.2",
|
||||
"download_url": "https://cdn.seatonjiang.com/kratos/v4.1.2.zip"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue