chore(tauri): 0.1.5 — 스니펫 입력폼(이름 규칙·실시간 중복·설명 필수)

Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
This commit is contained in:
lee-hyeon-cheol
2026-09-23 13:54:37 +09:00
co-authored by Claude Opus 5.5
parent 2a7c955f4a
commit fd7dea8b87
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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" },