From a5abf7bae4786049c386fdb92d6878b7e5bec78c Mon Sep 17 00:00:00 2001 From: Pine Date: Wed, 19 Aug 2026 13:31:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E8=87=B3=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index cce40d8..28fbc07 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "云超服昆创园OPC运营中心", - "version": "0.1.0", + "version": "0.1.1", "identifier": "com.pine.dpm", "build": { "beforeDevCommand": "yarn build && yarn dev",