Bump version to 9.0.14

This commit is contained in:
何振东 2026-07-13 23:17:35 +08:00
parent b22ad13cc4
commit f62649d38e
3 changed files with 4 additions and 3 deletions

View file

@ -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"

View file

@ -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"
}

View file

@ -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"
}