Skip to content

Commit

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

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.5](https://github.com/Nexters/Sticky_iOS/compare/v1.20.4...v1.20.5) (2021-02-19)


### Bug Fixes

* **banner:** 획득할 배지가 없을 때 예외 처리 ([8291471](https://github.com/Nexters/Sticky_iOS/commit/8291471be9264feb6b05edeaab7bebebf1e0fb9c))
* **search-address:** 주소 검색 결과 리스트 디자인 수정 ([3302cf7](https://github.com/Nexters/Sticky_iOS/commit/3302cf75b6722a01a05276d92d72cc94df8db40e))
* **share:** 더이상 획득할 배지가 없을 경우 예외처리 ([aad6731](https://github.com/Nexters/Sticky_iOS/commit/aad6731a960b30ae3448d3c3dd1ed3849d5fff78))

### [1.20.4](https://github.com/Nexters/Sticky_iOS/compare/v1.20.3...v1.20.4) (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 @@ -1083,7 +1083,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 50;
CURRENT_PROJECT_VERSION = 51;
DEVELOPMENT_ASSET_PATHS = "\"Sticky/Preview Content\"";
DEVELOPMENT_TEAM = 787Q6972XA;
ENABLE_PREVIEWS = YES;
Expand All @@ -1093,7 +1093,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.20.4;
MARKETING_VERSION = 1.20.5;
PRODUCT_BUNDLE_IDENTIFIER = com.nexters.ios.18th.Stikky;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -1111,7 +1111,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 50;
CURRENT_PROJECT_VERSION = 51;
DEVELOPMENT_ASSET_PATHS = "\"Sticky/Preview Content\"";
DEVELOPMENT_TEAM = 787Q6972XA;
ENABLE_PREVIEWS = YES;
Expand All @@ -1121,7 +1121,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.20.4;
MARKETING_VERSION = 1.20.5;
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.4",
"version": "1.20.5",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ababdd4

Please sign in to comment.