From 47b068737da6495313e49ec2d9ec324d7db8773e Mon Sep 17 00:00:00 2001 From: linyuchen Date: Fri, 8 Nov 2024 06:05:17 +0800 Subject: [PATCH] chore: bump version, add author --- manifest.json | 8 ++++++-- src/version.ts | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 460ef78..7bd5616 100644 --- a/manifest.json +++ b/manifest.json @@ -4,12 +4,16 @@ "name": "LLOneBot", "slug": "LLOneBot", "description": "实现 OneBot 11 和 Satori 协议,用于 QQ 机器人开发", - "version": "4.1.2", + "version": "4.1.3", "icon": "./icon.webp", "authors": [ { "name": "linyuchen", "link": "https://github.com/linyuchen" + }, + { + "name": "idranme", + "link": "https://github.com/idranme" } ], "repository": { @@ -30,4 +34,4 @@ "main": "./main/main.cjs", "preload": "./preload/preload.cjs" } -} \ No newline at end of file +} diff --git a/src/version.ts b/src/version.ts index 6b0bbf5..942a331 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '4.1.2' +export const version = '4.1.3'