Skip to content

Commit b9edff5

Browse files
authored
[Release] 1.1.7 버전 배포
2 parents 23893f9 + c7b636d commit b9edff5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
# 추출된 버전을 JSON 바디에 담아서 서버로 POST 요청 (minVersion은 필요시 추후 수정)
7878
curl -X PATCH "${{ secrets.APP_VERSION_API_ADDRESS }}" \
7979
-H "Content-Type: application/json" \
80+
-H "Authorization: Bearer empty_token_just_for_header" \
8081
-d "{
8182
\"minVersion\": \"1.0.0\",
8283
\"currentVersion\": \"$APP_VERSION\"

Neki-iOS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
"$(inherited)",
333333
"@executable_path/Frameworks",
334334
);
335-
MARKETING_VERSION = 1.1.6;
335+
MARKETING_VERSION = 1.1.7;
336336
PRODUCT_BUNDLE_IDENTIFIER = "com.OneTen.Neki-dev";
337337
PRODUCT_NAME = "$(TARGET_NAME)";
338338
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -383,7 +383,7 @@
383383
"$(inherited)",
384384
"@executable_path/Frameworks",
385385
);
386-
MARKETING_VERSION = 1.1.6;
386+
MARKETING_VERSION = 1.1.7;
387387
PRODUCT_BUNDLE_IDENTIFIER = "com.OneTen.Neki-iOS";
388388
PRODUCT_NAME = "$(TARGET_NAME)";
389389
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)