From cc87d3f17c0ea86cf82423bf27564ff523eb572e Mon Sep 17 00:00:00 2001 From: KwakJooYoung Date: Mon, 15 Sep 2025 16:33:07 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EC=A0=84=201.1.0=20=20=EC=97=85?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SalesPacking_MES_API_Project/mainForm.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SalesPacking_MES_API_Project/mainForm.vb b/SalesPacking_MES_API_Project/mainForm.vb index b8b382d..0d0e97d 100644 --- a/SalesPacking_MES_API_Project/mainForm.vb +++ b/SalesPacking_MES_API_Project/mainForm.vb @@ -7,7 +7,7 @@ Imports Newtonsoft.Json.Linq Public Class mainForm Public projectName As String = "DUALSONIC SalesPacking MES Program Ver." - Public projectVer As String = "1.0.13" + Public projectVer As String = "1.1.0" Private apiItemOutURL As String = "item-outflows/page"