From fd7dea8b8703f221a44443825739f780fed4e1e3 Mon Sep 17 00:00:00 2001 From: lee-hyeon-cheol Date: Wed, 23 Sep 2026 13:54:37 +0900 Subject: [PATCH] =?UTF-8?q?chore(tauri):=200.1.5=20=E2=80=94=20=EC=8A=A4?= =?UTF-8?q?=EB=8B=88=ED=8E=AB=20=EC=9E=85=EB=A0=A5=ED=8F=BC(=EC=9D=B4?= =?UTF-8?q?=EB=A6=84=20=EA=B7=9C=EC=B9=99=C2=B7=EC=8B=A4=EC=8B=9C=EA=B0=84?= =?UTF-8?q?=20=EC=A4=91=EB=B3=B5=C2=B7=EC=84=A4=EB=AA=85=20=ED=95=84?= =?UTF-8?q?=EC=88=98)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 5.5 (1M context) --- 4_rust_tauri/src-tauri/Cargo.toml | 2 +- 4_rust_tauri/src-tauri/tauri.conf.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4_rust_tauri/src-tauri/Cargo.toml b/4_rust_tauri/src-tauri/Cargo.toml index 56a8d26..ea147bd 100644 --- a/4_rust_tauri/src-tauri/Cargo.toml +++ b/4_rust_tauri/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codeassist-tauri" -version = "0.1.4" +version = "0.1.5" description = "CodeAssist 표준 Rust/Tauri 데스크톱 앱" authors = ["justdodev"] edition = "2021" diff --git a/4_rust_tauri/src-tauri/tauri.conf.json b/4_rust_tauri/src-tauri/tauri.conf.json index 2fc921d..9513c9d 100644 --- a/4_rust_tauri/src-tauri/tauri.conf.json +++ b/4_rust_tauri/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "CodeAssist", - "version": "0.1.4", + "version": "0.1.5", "identifier": "com.codeassist.app", "build": { "beforeDevCommand": { "cwd": "../../2_frontend", "script": "npm run dev" },