更新版本号为 1.0.2

This commit is contained in:
laughmaker 2025-02-02 22:49:55 +08:00
parent 361a9f1ad5
commit f123b2d92f
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"name": "Zen",
"version": "1.0.1",
"minAppVersion": "1.0.1",
"version": "1.0.2",
"minAppVersion": "1.0.2",
"author": "laughmaker",
"authorUrl": "https://github.com/laughmaker"
}

View file

@ -1,6 +1,6 @@
{
"name": "Zen",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"version": "node version-bump.mjs && git add manifest.json versions.json"
}

View file

@ -1,3 +1,3 @@
{
"1.0.0": "1.0.1"
"1.0.2": "1.0.2"
}