chore: v3.29.1

This commit is contained in:
idranme 2024-08-14 18:59:27 +08:00
parent 6aa44bdd79
commit c1d7aa7aed
No known key found for this signature in database
GPG Key ID: 926F7B5B668E495F
3 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,7 @@
"name": "LLOneBot",
"slug": "LLOneBot",
"description": "实现 OneBot 11 协议,用以 QQ 机器人开发",
"version": "3.29.0",
"version": "3.29.1",
"icon": "./icon.webp",
"authors": [
{

View File

@ -3,7 +3,6 @@ import fsPromise from 'node:fs/promises'
import { getConfigUtil } from '@/common/config'
import { NTQQFileApi, NTQQGroupApi, NTQQUserApi, NTQQFriendApi, NTQQMsgApi } from '@/ntqqapi/api'
import { ActionName } from '../types'
import { PicElement } from '@/ntqqapi/types'
import { UUIDConverter } from '@/common/utils/helper'
import { Peer, ChatType, ElementType } from '@/ntqqapi/types'
import { MessageUnique } from '@/common/utils/MessageUnique'

View File

@ -1 +1 @@
export const version = '3.29.0'
export const version = '3.29.1'