From 85e4c0ce11222c260f52567371871727b2fe6fdc Mon Sep 17 00:00:00 2001 From: Kent Liao <2964556627@qq.com> Date: Thu, 31 Aug 2023 14:54:10 +0800 Subject: [PATCH] 2.5.5 --- index.php | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index dd580a4..b28cd5f 100644 --- a/index.php +++ b/index.php @@ -6,7 +6,7 @@ * * @package Jasmine * @author Kent Liao - * @version 2.5.4 + * @version 2.5.5 * @link https://www.liaocp.cn/ */ if (!defined("__TYPECHO_ROOT_DIR__")) { diff --git a/package.json b/package.json index 477124d..947a53f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jasmine", "private": true, - "version": "2.5.4", + "version": "2.5.5", "description": "jasmine theme", "scripts": { "dev": "vite build --watch",