Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
V0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmyga233 committed Jun 22, 2019
1 parent ca6d494 commit d834b8f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?php
/**
* Functions
* Version 0.3.1
* Version 0.3.2
* Author ohmyga( https://ohmyga.cn/ )
* 2019/06/01
**/
if (!defined('__TYPECHO_ROOT_DIR__')) exit;

define("THEME_NAME", "Castle");
define("CASTLE_VERSION", "0.3.1");
define("CASTLE_VERSION", "0.3.2");

require_once("libs/setting.php");
require_once("libs/owo.php");
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Castle
* @author ohmyga
* @version 0.3.1
* @version 0.3.2
* @link https://ohmyga.cn/
*/
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
Expand Down
2 changes: 1 addition & 1 deletion others/css/castle.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion others/js/castle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d834b8f

Please sign in to comment.