From fa72c1106887bd61b85db04de1bb670136eb8f0e Mon Sep 17 00:00:00 2001 From: roozen <2273038475@qq.com> Date: Sat, 19 Aug 2023 11:46:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E4=B8=BA1.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- package.json | 2 +- theme.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index af21e64..f1f93eb 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'top.roozen.aurora' -version '1.0.1' +version '1.0.2' repositories { mavenCentral() diff --git a/package.json b/package.json index beec16c..1985bb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "halo-theme-aurora", - "version": "1.0.1", + "version": "1.0.2", "dependencies": { } } diff --git a/theme.yaml b/theme.yaml index 5a18f34..2ca42b3 100644 --- a/theme.yaml +++ b/theme.yaml @@ -13,5 +13,5 @@ spec: repo: https://github.com/Roozenlz/halo-theme-aurora settingName: "theme-aurora-setting" configMapName: "theme-aurora-configMap" - version: "1.0.1" + version: "1.0.2" require: ">=2.8.0"