Skip to content

Commit 5375e68

Browse files
committed
chore(release): 1.20.6
1 parent e1f7c21 commit 5375e68

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.20.6](https://github.com/Nexters/Sticky_iOS/compare/v1.20.5...v1.20.6) (2021-02-22)
6+
7+
8+
### Bug Fixes
9+
10+
* 위치 권한 강제 제거, 위치 권한 요청 문구 수정 ([62d1c67](https://github.com/Nexters/Sticky_iOS/commit/62d1c67f0b777d2e629df07c43d5be60864e8dff))
11+
* **location:** 백그라운드 지속 활성화 ([8dda837](https://github.com/Nexters/Sticky_iOS/commit/8dda837b01e8aa8db2532337b02365b2742804cb))
12+
* **permission:** 앨범 권한 요청 메시지 수정 ([84af2cf](https://github.com/Nexters/Sticky_iOS/commit/84af2cf24a8e19eb9182276e859187fc05934d6d))
13+
* **tier:** 캐릭터 이미지 업데이트 ([b184168](https://github.com/Nexters/Sticky_iOS/commit/b184168832025c8e86822a53b6eb8f04b7609b15))
14+
* **tier-info, localization:** 등급정보 수정, 권한 요청 다국어처리 ([b3db8ac](https://github.com/Nexters/Sticky_iOS/commit/b3db8ac4cd4b247b67cb1c11a7aeb82244f025b7))
15+
516
### [1.20.5](https://github.com/Nexters/Sticky_iOS/compare/v1.20.4...v1.20.5) (2021-02-19)
617

718

Sticky.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@
10991099
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
11001100
CODE_SIGN_IDENTITY = "Apple Development";
11011101
CODE_SIGN_STYLE = Automatic;
1102-
CURRENT_PROJECT_VERSION = 51;
1102+
CURRENT_PROJECT_VERSION = 52;
11031103
DEVELOPMENT_ASSET_PATHS = "\"Sticky/Preview Content\"";
11041104
DEVELOPMENT_TEAM = 787Q6972XA;
11051105
ENABLE_PREVIEWS = YES;
@@ -1109,7 +1109,7 @@
11091109
"$(inherited)",
11101110
"@executable_path/Frameworks",
11111111
);
1112-
MARKETING_VERSION = 1.20.5;
1112+
MARKETING_VERSION = 1.20.6;
11131113
PRODUCT_BUNDLE_IDENTIFIER = com.nexters.ios.18th.Stikky;
11141114
PRODUCT_NAME = "$(TARGET_NAME)";
11151115
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1127,7 +1127,7 @@
11271127
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
11281128
CODE_SIGN_IDENTITY = "Apple Development";
11291129
CODE_SIGN_STYLE = Automatic;
1130-
CURRENT_PROJECT_VERSION = 51;
1130+
CURRENT_PROJECT_VERSION = 52;
11311131
DEVELOPMENT_ASSET_PATHS = "\"Sticky/Preview Content\"";
11321132
DEVELOPMENT_TEAM = 787Q6972XA;
11331133
ENABLE_PREVIEWS = YES;
@@ -1137,7 +1137,7 @@
11371137
"$(inherited)",
11381138
"@executable_path/Frameworks",
11391139
);
1140-
MARKETING_VERSION = 1.20.5;
1140+
MARKETING_VERSION = 1.20.6;
11411141
PRODUCT_BUNDLE_IDENTIFIER = com.nexters.ios.18th.Stikky;
11421142
PRODUCT_NAME = "$(TARGET_NAME)";
11431143
PROVISIONING_PROFILE_SPECIFIER = "";

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sticky",
3-
"version": "1.20.5",
3+
"version": "1.20.6",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)