fix: 修复版本号问题

This commit is contained in:
eondrcode 2026-05-27 13:26:23 +08:00
parent 8ad8c19ac4
commit c17b4d69a1
2 changed files with 4 additions and 3 deletions

View file

@ -1,11 +1,11 @@
{
"id": "better-plugins-manager",
"name": "Better Plugins Manager",
"version": "1.0.1",
"version": "1.0.2",
"minAppVersion": "1.5.8",
"description": "Plugin Manager: Simplify, Enhance, Personalize | 插件管理器:简化操作、增强功能、个性化设置",
"author": "zero",
"authorUrl": "https://github.com/0011000000110010/",
"fundingUrl": "https://ifdian.net/a/eondr",
"isDesktopOnly": false
}
}

View file

@ -1,4 +1,5 @@
{
"1.0.0": "1.5.8",
"1.0.1": "1.5.8"
"1.0.1": "1.5.8",
"1.0.2": "1.5.8"
}