Bump version to 9.0.12

This commit is contained in:
何振东 2026-05-30 01:12:29 +08:00
parent 83646ce321
commit edfdac76d0
3 changed files with 4 additions and 3 deletions

View file

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

View file

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

View file

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