chore(tauri): 0.1.4 — 우리 서버(20.200.170.37:8080)용 빌드

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
2026-09-22 20:33:35 +09:00
co-authored by Claude Fable 5.1
parent 996f1c853e
commit 5cb7d74efa
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -485,7 +485,7 @@ dependencies = [
[[package]]
name = "codeassist-tauri"
version = "0.1.3"
version = "0.1.4"
dependencies = [
"base64 0.22.1",
"png 0.17.16",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "codeassist-tauri"
version = "0.1.3"
version = "0.1.4"
description = "CodeAssist 표준 Rust/Tauri 데스크톱 앱"
authors = ["justdodev"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "CodeAssist",
"version": "0.1.3",
"version": "0.1.4",
"identifier": "com.codeassist.app",
"build": {
"beforeDevCommand": { "cwd": "../../2_frontend", "script": "npm run dev" },