diff --git a/manifest.json b/manifest.json index e5fd9f9f..1a88d22b 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "NapCatQQ", "slug": "NapCat.Framework", "description": "高性能的 OneBot 11 协议实现", - "version": "3.3.15", + "version": "3.3.16", "icon": "./logo.png", "authors": [ { diff --git a/package.json b/package.json index 5aa5cd65..ea8038d7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "napcat", "private": true, "type": "module", - "version": "3.3.15", + "version": "3.3.16", "scripts": { "build:framework": "vite build --mode framework", "build:shell": "vite build --mode shell",