diff --git a/manifest.json b/manifest.json index 1c52050..c82ed56 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "LLOneBot", "slug": "LLOneBot", "description": "实现 OneBot 11 协议,用以 QQ 机器人开发", - "version": "3.28.3", + "version": "3.28.4", "icon": "./icon.webp", "authors": [ { @@ -13,7 +13,7 @@ } ], "repository": { - "repo": "linyuchen/LiteLoaderQQNT-OneBotApi", + "repo": "LLOneBot/LLOneBot", "branch": "main", "release": { "tag": "latest", diff --git a/scripts/gen-manifest.ts b/scripts/gen-manifest.ts index a4b41a6..fe48785 100644 --- a/scripts/gen-manifest.ts +++ b/scripts/gen-manifest.ts @@ -16,7 +16,7 @@ const manifest = { } ], repository: { - repo: 'linyuchen/LiteLoaderQQNT-OneBotApi', + repo: 'LLOneBot/LLOneBot', branch: 'main', release: { tag: 'latest', diff --git a/src/version.ts b/src/version.ts index 0f9bef4..2c86664 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '3.28.3' +export const version = '3.28.4'