From edfdac76d071d475b31982c9ee699cf9c2d5a23a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E6=8C=AF=E4=B8=9C?= Date: Sat, 30 May 2026 01:12:29 +0800 Subject: [PATCH] Bump version to 9.0.12 --- 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 a645736..c1fac7d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Zen", - "version": "9.0.11", + "version": "9.0.12", "minAppVersion": "1.9.0", "author": "laughmaker", "authorUrl": "https://github.com/laughmaker" diff --git a/package.json b/package.json index dea35c3..9474ecd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Zen", - "version": "9.0.11", + "version": "9.0.12", "scripts": { "version": "node version-bump.mjs && git add manifest.json versions.json" } diff --git a/versions.json b/versions.json index 1854653..1251f41 100644 --- a/versions.json +++ b/versions.json @@ -110,5 +110,6 @@ "2.0.1": "1.0.0", "2.0.0": "1.0.0", "1.0.0": "1.0.0", - "9.0.11": "1.9.0" + "9.0.11": "1.9.0", + "9.0.12": "1.9.0" }