From 16969b1129d64e9862caecf8af17806bf597b926 Mon Sep 17 00:00:00 2001 From: WOOSUB LEE Date: Thu, 9 Jul 2026 02:00:51 +0900 Subject: [PATCH] chore: bump release to v0.1.10 Co-Authored-By: Claude --- Info.plist | 4 ++-- Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Info.plist b/Info.plist index 0bc6eb1..f0aa418 100644 --- a/Info.plist +++ b/Info.plist @@ -15,9 +15,9 @@ LSUIElement CFBundleVersion - 12 + 13 CFBundleShortVersionString - 0.1.9 + 0.1.10 CFBundlePackageType APPL CFBundleExecutable diff --git a/Makefile b/Makefile index cea6397..2390c7e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ APP_NAME ?= CLIProxyManager BUNDLE_ID ?= com.woosublee.CLIProxyManager -VERSION ?= 0.1.9 -BUILD_NUMBER ?= 12 +VERSION ?= 0.1.10 +BUILD_NUMBER ?= 13 BUILD_DIR ?= build CONFIGURATION ?= release LOCAL_CODESIGN_IDENTITY ?= cliproxymanager