From 308a6fa9e4c910b1965fd1f4d7086510c7d77b60 Mon Sep 17 00:00:00 2001 From: Version Date: Sun, 27 Oct 2024 14:33:40 +0000 Subject: [PATCH] chore:version change --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 7bff5a64..e5fd9f9f 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "NapCatQQ", "slug": "NapCat.Framework", "description": "高性能的 OneBot 11 协议实现", - "version": "3.3.14'", + "version": "3.3.15", "icon": "./logo.png", "authors": [ { diff --git a/package.json b/package.json index 651c2a4a..5aa5cd65 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "napcat", "private": true, "type": "module", - "version": "3.3.14'", + "version": "3.3.15", "scripts": { "build:framework": "vite build --mode framework", "build:shell": "vite build --mode shell",