From c2180f36fc599179262dab502f2aa4f4f06059eb Mon Sep 17 00:00:00 2001 From: Bhao <45502567+bhaoo@users.noreply.github.com> Date: Tue, 2 Jan 2024 14:15:58 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Version=202.1.0=20(#123)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- functions.php | 4 ++-- index.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b172be3..1787eaa 100644 --- a/README.md +++ b/README.md @@ -61,4 +61,4 @@ --- -Copyright © 2020-2023 [Bhao](https://dwd.moe/), under GPL-3.0 License. +Copyright © 2020-2024 [Bhao](https://dwd.moe/), under GPL-3.0 License. diff --git a/functions.php b/functions.php index c18adbc..c4601f1 100644 --- a/functions.php +++ b/functions.php @@ -11,13 +11,13 @@ * * @author Bhao * @link https://dwd.moe/ - * @date 2023-12-14 + * @date 2024-01-02 */ if (!defined('__TYPECHO_ROOT_DIR__')) exit; define("THEME_NAME", "Cuckoo"); -define("THEME_VERSION", "2.1.0-RC.1"); +define("THEME_VERSION", "2.1.0"); require_once("includes/setting.php"); require_once("includes/owo.php"); diff --git a/index.php b/index.php index fc19a1f..0d9445d 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ * * @package Cuckoo * @author Bhao - * @version 2.1.0-RC.1 + * @version 2.1.0 * @link https://dwd.moe * @date 2020-02-02 */