Skip to content

Commit db4bfa0

Browse files
committed
chore(release): 1.20.3
1 parent e5c7a09 commit db4bfa0

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.3](https://github.com/Nexters/Sticky_iOS/compare/v1.20.2...v1.20.3) (2021-02-19)
6+
7+
8+
### Bug Fixes
9+
10+
* **mypage-badge:** 마이페이지 배지 선택 시 이미지 버그 수정 ([8efc2a9](https://github.com/Nexters/Sticky_iOS/commit/8efc2a9181c9e27ad4c2d4f4c5f9ae4d38adfed1))
11+
512
### [1.20.2](https://github.com/Nexters/Sticky_iOS/compare/v1.20.1...v1.20.2) (2021-02-19)
613

714

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 = 3;
1086+
CURRENT_PROJECT_VERSION = 49;
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.2;
1096+
MARKETING_VERSION = 1.20.3;
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 = 3;
1114+
CURRENT_PROJECT_VERSION = 49;
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.2;
1124+
MARKETING_VERSION = 1.20.3;
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.2",
3+
"version": "1.20.3",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)