From 153c67e3f9cf95a128f770834119f7b2a1a8b5fa Mon Sep 17 00:00:00 2001 From: wan92hen Date: Fri, 13 Oct 2023 10:42:09 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E4=B8=BA0.0.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- theme.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1c89cef..cecf31b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "theme-terminal", "private": true, - "version": "0.0.7", + "version": "0.0.8", "description": "A terminal like theme for Halo.", "scripts": { "dev": "vite build --watch", diff --git a/theme.yaml b/theme.yaml index 917ef4c..2ee9693 100644 --- a/theme.yaml +++ b/theme.yaml @@ -13,5 +13,5 @@ spec: repo: https://github.com/wan92hen/theme-terminal.git settingName: "theme-terminal-setting" configMapName: "theme-terminal-configMap" - version: 0.0.7 + version: 0.0.8 require: ">=2.8.0"