diff --git a/manifest.json b/manifest.json
index 3f21a75b..b9ddb7ec 100644
--- a/manifest.json
+++ b/manifest.json
@@ -4,7 +4,7 @@
"name": "NapCatQQ",
"slug": "NapCat.Framework",
"description": "高性能的 OneBot 11 协议实现",
- "version": "3.0.3",
+ "version": "3.0.4",
"icon": "./logo.png",
"authors": [
{
diff --git a/package.json b/package.json
index 2b17baa4..4f0b9d49 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "napcat",
"private": true,
"type": "module",
- "version": "3.0.3",
+ "version": "3.0.4",
"scripts": {
"build:framework": "vite build --mode framework",
"build:shell": "vite build --mode shell",
diff --git a/src/common/version.ts b/src/common/version.ts
index 6a07b8cc..3ca93f64 100644
--- a/src/common/version.ts
+++ b/src/common/version.ts
@@ -1 +1 @@
-export const napCatVersion = '3.0.3';
+export const napCatVersion = '3.0.4';
diff --git a/src/onebot/index.ts b/src/onebot/index.ts
index 38ef38a4..8e19dfd9 100644
--- a/src/onebot/index.ts
+++ b/src/onebot/index.ts
@@ -575,9 +575,7 @@ export class NapCatOneBot11Adapter {
// }
this.networkManager.emitEvent(ob11Msg);
}).catch(e => this.context.logger.logError.bind(this.context.logger)('constructMessage error: ', e));
-
- console.log('message', message);
-
+
this.apis.GroupApi.parseGroupEvent(message).then(groupEvent => {
if (groupEvent) {
// log("post group event", groupEvent);
diff --git a/src/webui/ui/NapCat.ts b/src/webui/ui/NapCat.ts
index 31c2e2e5..bc8c3955 100644
--- a/src/webui/ui/NapCat.ts
+++ b/src/webui/ui/NapCat.ts
@@ -30,7 +30,7 @@ async function onSettingWindowCreated(view: Element) {
SettingItem(
'Napcat',
undefined,
- SettingButton('V3.0.3', 'napcat-update-button', 'secondary'),
+ SettingButton('V3.0.4', 'napcat-update-button', 'secondary'),
),
]),
SettingList([
diff --git a/static/assets/renderer.js b/static/assets/renderer.js
index 75768f8f..2655e3be 100644
--- a/static/assets/renderer.js
+++ b/static/assets/renderer.js
@@ -164,7 +164,7 @@ async function onSettingWindowCreated(view) {
SettingItem(
'Napcat',
void 0,
- SettingButton("V3.0.3", "napcat-update-button", "secondary")
+ SettingButton("V3.0.4", "napcat-update-button", "secondary")
)
]),
SettingList([