Skip to content

Commit

Permalink
chore(release): 1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 22, 2021
1 parent e1f7c21 commit 5375e68
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

### [1.20.6](https://github.com/Nexters/Sticky_iOS/compare/v1.20.5...v1.20.6) (2021-02-22)


### Bug Fixes

* 위치 권한 강제 제거, 위치 권한 요청 문구 수정 ([62d1c67](https://github.com/Nexters/Sticky_iOS/commit/62d1c67f0b777d2e629df07c43d5be60864e8dff))
* **location:** 백그라운드 지속 활성화 ([8dda837](https://github.com/Nexters/Sticky_iOS/commit/8dda837b01e8aa8db2532337b02365b2742804cb))
* **permission:** 앨범 권한 요청 메시지 수정 ([84af2cf](https://github.com/Nexters/Sticky_iOS/commit/84af2cf24a8e19eb9182276e859187fc05934d6d))
* **tier:** 캐릭터 이미지 업데이트 ([b184168](https://github.com/Nexters/Sticky_iOS/commit/b184168832025c8e86822a53b6eb8f04b7609b15))
* **tier-info, localization:** 등급정보 수정, 권한 요청 다국어처리 ([b3db8ac](https://github.com/Nexters/Sticky_iOS/commit/b3db8ac4cd4b247b67cb1c11a7aeb82244f025b7))

### [1.20.5](https://github.com/Nexters/Sticky_iOS/compare/v1.20.4...v1.20.5) (2021-02-19)


Expand Down
8 changes: 4 additions & 4 deletions Sticky.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 51;
CURRENT_PROJECT_VERSION = 52;
DEVELOPMENT_ASSET_PATHS = "\"Sticky/Preview Content\"";
DEVELOPMENT_TEAM = 787Q6972XA;
ENABLE_PREVIEWS = YES;
Expand All @@ -1109,7 +1109,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.20.5;
MARKETING_VERSION = 1.20.6;
PRODUCT_BUNDLE_IDENTIFIER = com.nexters.ios.18th.Stikky;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -1127,7 +1127,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 51;
CURRENT_PROJECT_VERSION = 52;
DEVELOPMENT_ASSET_PATHS = "\"Sticky/Preview Content\"";
DEVELOPMENT_TEAM = 787Q6972XA;
ENABLE_PREVIEWS = YES;
Expand All @@ -1137,7 +1137,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.20.5;
MARKETING_VERSION = 1.20.6;
PRODUCT_BUNDLE_IDENTIFIER = com.nexters.ios.18th.Stikky;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sticky",
"version": "1.20.5",
"version": "1.20.6",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5375e68

Please sign in to comment.