Skip to content

Commit

Permalink
🤔 版本号修改
Browse files Browse the repository at this point in the history
  • Loading branch information
bakaomg authored Apr 22, 2022
1 parent 261cf6e commit ef48ad3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Castle
* @author ohmyga
* @version 0.1.5
* @version 0.1.6
* @link https://ohmyga.cn/
*/
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
Expand All @@ -13,7 +13,7 @@
//如果时间显示有误请注解
date_default_timezone_set("Asia/Shanghai");

define('CASTLE_PLUGIN_VERSION', '0.1.2');
define('CASTLE_PLUGIN_VERSION', '0.1.6');
require_once('libs/libs.php');

class Castle_Plugin extends Castle_Plugin_Libs implements Typecho_Plugin_Interface {
Expand Down Expand Up @@ -107,4 +107,4 @@ public static function getAuth($type) {
public static function LoginHeaderRender($head) {
return Castle_Plugin_Libs::LoginHeaderRender($head);
}
}
}

0 comments on commit ef48ad3

Please sign in to comment.