From f123b2d92fa278823367e1b10cc4e822c64d7b15 Mon Sep 17 00:00:00 2001 From: laughmaker Date: Sun, 2 Feb 2025 22:49:55 +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=BA=201.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index e6bf706..32dcdad 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Zen", - "version": "1.0.1", - "minAppVersion": "1.0.1", + "version": "1.0.2", + "minAppVersion": "1.0.2", "author": "laughmaker", "authorUrl": "https://github.com/laughmaker" } \ No newline at end of file diff --git a/package.json b/package.json index 034d0f0..cde331a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Zen", - "version": "1.0.1", + "version": "1.0.2", "scripts": { "version": "node version-bump.mjs && git add manifest.json versions.json" } diff --git a/versions.json b/versions.json index 5722076..7c00ca9 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.0": "1.0.1" + "1.0.2": "1.0.2" } \ No newline at end of file