From 7b5a89ad49d5b626bf2da4f966815d1a08975046 Mon Sep 17 00:00:00 2001 From: beyondworks Date: Sat, 29 Aug 2026 16:30:33 +0900 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.1.52=20=E2=80=94=20E2EE=20?= =?UTF-8?q?=EB=8F=84=EC=9E=85(P0=20=EB=B4=89=ED=88=AC=C2=B7=EA=B8=B0?= =?UTF-8?q?=EA=B8=B0=20=ED=82=A4=EC=8C=8D=20+=20P1=20=EC=BC=9C=EA=B8=B0?= =?UTF-8?q?=C2=B7=EA=B8=B0=EA=B8=B0=20=EC=8A=B9=EC=9D=B8=C2=B7=EB=B3=B5?= =?UTF-8?q?=EA=B5=AC=20=EC=BD=94=EB=93=9C)=C2=B7=EC=BB=A4=EB=84=A5?= =?UTF-8?q?=ED=84=B0=20=EC=B9=B4=EB=93=9C=20=ED=91=9C=EC=8B=9C=20=EC=96=B8?= =?UTF-8?q?=EC=96=B4=20(#327=C2=B7#328=C2=B7#322)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 230c5684..6be4f8ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "argo", - "version": "0.1.51", + "version": "0.1.52", "description": "Argo \u2014 \ud504\ub86c\ud504\ud2b8 \ud55c \uc904\ub85c \uc804\ubb38 AI \ud06c\ub8e8\ub97c \uc601\uc785\ud558\uace0, \ud68c\uc0ac\uac00 \ud3f4\ub354 \ub2e8\uc704 \uae30\uc5b5\uc73c\ub85c \ud56d\ud574\ud558\ub294 \uac1c\uc778\uc6a9 AI \ud68c\uc0ac SaaS", "scripts": { "dev": "next dev", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 3c997b05..eb19dc9c 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -77,7 +77,7 @@ checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3" [[package]] name = "app" -version = "0.1.51" +version = "0.1.52" dependencies = [ "log", "serde", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b261626d..89bc8e09 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "0.1.51" +version = "0.1.52" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 63d5df8e..4819248e 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": "argo", - "version": "0.1.51", + "version": "0.1.52", "identifier": "com.beyondworks.argo", "build": { "frontendDist": "../public",