chore: bump mobile 1.0.6 / PC 1.0.2 for B-52 fix packages

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
编码工程师
2026-08-16 16:43:33 +08:00
co-authored by multica-agent
parent c73e19c792
commit 7eab7d5e23
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: changlian
description: 畅联 —— 公司内部通讯 App(手机端)
publish_to: "none"
version: 1.0.5+6
version: 1.0.6+7
environment:
sdk: ">=3.6.0 <4.0.0"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "changlian-pc",
"version": "1.0.1",
"version": "1.0.2",
"main": "dist-electron/main/index.js",
"description": "OpenIM PC Client.",
"author": "blooming",
+1 -1
View File
@@ -1,4 +1,4 @@
export const APP_NAME = "畅联";
export const APP_VERSION = "v1.0.1";
export const APP_VERSION = "v1.0.2";
export const SDK_VERSION = "SDK(ffi) v3.8.3";
export const isSaveLog = process.env.NODE_ENV !== "development";