chore: bump version, add author

This commit is contained in:
linyuchen 2024-11-08 06:05:17 +08:00
parent bfb67188ce
commit 47b068737d
2 changed files with 7 additions and 3 deletions

View File

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

View File

@ -1 +1 @@
export const version = '4.1.2'
export const version = '4.1.3'