Skip to content

Commit ababdd4

Browse files
committed
chore(release): 1.20.5
1 parent 8a56932 commit ababdd4

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.5](https://github.com/Nexters/Sticky_iOS/compare/v1.20.4...v1.20.5) (2021-02-19)
6+
7+
8+
### Bug Fixes
9+
10+
* **banner:** 획득할 배지가 없을 때 예외 처리 ([8291471](https://github.com/Nexters/Sticky_iOS/commit/8291471be9264feb6b05edeaab7bebebf1e0fb9c))
11+
* **search-address:** 주소 검색 결과 리스트 디자인 수정 ([3302cf7](https://github.com/Nexters/Sticky_iOS/commit/3302cf75b6722a01a05276d92d72cc94df8db40e))
12+
* **share:** 더이상 획득할 배지가 없을 경우 예외처리 ([aad6731](https://github.com/Nexters/Sticky_iOS/commit/aad6731a960b30ae3448d3c3dd1ed3849d5fff78))
13+
514
### [1.20.4](https://github.com/Nexters/Sticky_iOS/compare/v1.20.3...v1.20.4) (2021-02-19)
615

716

Sticky.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@
10831083
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
10841084
CODE_SIGN_IDENTITY = "Apple Development";
10851085
CODE_SIGN_STYLE = Automatic;
1086-
CURRENT_PROJECT_VERSION = 50;
1086+
CURRENT_PROJECT_VERSION = 51;
10871087
DEVELOPMENT_ASSET_PATHS = "\"Sticky/Preview Content\"";
10881088
DEVELOPMENT_TEAM = 787Q6972XA;
10891089
ENABLE_PREVIEWS = YES;
@@ -1093,7 +1093,7 @@
10931093
"$(inherited)",
10941094
"@executable_path/Frameworks",
10951095
);
1096-
MARKETING_VERSION = 1.20.4;
1096+
MARKETING_VERSION = 1.20.5;
10971097
PRODUCT_BUNDLE_IDENTIFIER = com.nexters.ios.18th.Stikky;
10981098
PRODUCT_NAME = "$(TARGET_NAME)";
10991099
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1111,7 +1111,7 @@
11111111
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
11121112
CODE_SIGN_IDENTITY = "Apple Development";
11131113
CODE_SIGN_STYLE = Automatic;
1114-
CURRENT_PROJECT_VERSION = 50;
1114+
CURRENT_PROJECT_VERSION = 51;
11151115
DEVELOPMENT_ASSET_PATHS = "\"Sticky/Preview Content\"";
11161116
DEVELOPMENT_TEAM = 787Q6972XA;
11171117
ENABLE_PREVIEWS = YES;
@@ -1121,7 +1121,7 @@
11211121
"$(inherited)",
11221122
"@executable_path/Frameworks",
11231123
);
1124-
MARKETING_VERSION = 1.20.4;
1124+
MARKETING_VERSION = 1.20.5;
11251125
PRODUCT_BUNDLE_IDENTIFIER = com.nexters.ios.18th.Stikky;
11261126
PRODUCT_NAME = "$(TARGET_NAME)";
11271127
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.4",
3+
"version": "1.20.5",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)