Bump version to 9.0.13

This commit is contained in:
何振东 2026-06-04 01:08:29 +08:00
parent c3e1aa0a41
commit c07eec67e3
3 changed files with 4 additions and 3 deletions

View file

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

View file

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

View file

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