From c07eec67e30220b95c39e1d45baa42bb8e2975f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E6=8C=AF=E4=B8=9C?= Date: Thu, 4 Jun 2026 01:08:29 +0800 Subject: [PATCH] Bump version to 9.0.13 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index c1fac7d..b5dfc30 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Zen", - "version": "9.0.12", + "version": "9.0.13", "minAppVersion": "1.9.0", "author": "laughmaker", "authorUrl": "https://github.com/laughmaker" diff --git a/package.json b/package.json index 9474ecd..e206dba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Zen", - "version": "9.0.12", + "version": "9.0.13", "scripts": { "version": "node version-bump.mjs && git add manifest.json versions.json" } diff --git a/versions.json b/versions.json index 1251f41..7f0f7c4 100644 --- a/versions.json +++ b/versions.json @@ -111,5 +111,6 @@ "2.0.0": "1.0.0", "1.0.0": "1.0.0", "9.0.11": "1.9.0", - "9.0.12": "1.9.0" + "9.0.12": "1.9.0", + "9.0.13": "1.9.0" }