From 1048771c6347597f1d0135e8b0f8cf6ded733813 Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Thu, 5 Mar 2026 11:09:16 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20version.json=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8=20(v1.6.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- version.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/version.json b/version.json index 68472e0..ec311c1 100644 --- a/version.json +++ b/version.json @@ -1,14 +1,14 @@ { - "version": "1.5.0", - "versionCode": 11, - "minSdk": 31, - "targetSdk": 35, - "forceUpdate": false, - "updateUrl": "https://git.webpluss.net/attachments/ca080f95-1084-424d-93e1-e84419c251dc", - "changelog": [ - "Edge-to-edge UI 적용 (상태바/네비게이션바 투명)", - "내 키워드 필터 추가", - "백그라운드에서 포어그라운드 전환 시 자동 새로고침", - "WindowInsets 처리로 시스템 바 가림 해결" - ] + "version": "1.6.0", + "versionCode": 12, + "minSdk": 31, + "targetSdk": 35, + "forceUpdate": false, + "updateUrl": "https://git.webpluss.net/attachments/0482dc08-5216-4223-beda-2887501578d8", + "changelog": [ + "Pull to Refresh 기능 추가 (아래로 당겨서 새로고침)", + "EdgeToEdge 개선 (투명 상태바/네비게이션바)", + "출처를 알 수 없는 앱 설치 권한 추가", + "WindowInsets 처리 개선" + ] }