From f62649d38e577cd2d7d203fc60096dcec0053b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E6=8C=AF=E4=B8=9C?= Date: Mon, 13 Jul 2026 23:17:35 +0800 Subject: [PATCH] Bump version to 9.0.14 --- 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 b5dfc30..17044c1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Zen", - "version": "9.0.13", + "version": "9.0.14", "minAppVersion": "1.9.0", "author": "laughmaker", "authorUrl": "https://github.com/laughmaker" diff --git a/package.json b/package.json index e206dba..944092b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Zen", - "version": "9.0.13", + "version": "9.0.14", "scripts": { "version": "node version-bump.mjs && git add manifest.json versions.json" } diff --git a/versions.json b/versions.json index 7f0f7c4..e97d11e 100644 --- a/versions.json +++ b/versions.json @@ -112,5 +112,6 @@ "1.0.0": "1.0.0", "9.0.11": "1.9.0", "9.0.12": "1.9.0", - "9.0.13": "1.9.0" + "9.0.13": "1.9.0", + "9.0.14": "1.9.0" }