Skip to content

Commit 4011275

Browse files
committed
chore(release): 1.20.2
1 parent a187adb commit 4011275

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
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.2](https://github.com/Nexters/Sticky_iOS/compare/v1.20.1...v1.20.2) (2021-02-19)
6+
7+
8+
### Bug Fixes
9+
10+
* **share-card:** 공유 화면 시간 연동 버그 수정 ([db98f83](https://github.com/Nexters/Sticky_iOS/commit/db98f83ca933d5a6fc2029df2f89404561ff0366))
11+
* 공유 화면 시간관련 버그 수정 ([47f9ecd](https://github.com/Nexters/Sticky_iOS/commit/47f9ecdc6eca8e7ae4609c5592bfdeca788c86c5))
12+
* **share-card:** challenge state -> share view model로 변경 ([e546586](https://github.com/Nexters/Sticky_iOS/commit/e5465868f5a431fe708f70903ec88438d70e26bf))
13+
514
### [1.20.1](https://github.com/Nexters/Sticky_iOS/compare/v1.20.0...v1.20.1) (2021-02-19)
615

716

Sticky.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@
10931093
"$(inherited)",
10941094
"@executable_path/Frameworks",
10951095
);
1096-
MARKETING_VERSION = 1.20.1;
1096+
MARKETING_VERSION = 1.20.2;
10971097
PRODUCT_BUNDLE_IDENTIFIER = com.nexters.ios.18th.Stikky;
10981098
PRODUCT_NAME = "$(TARGET_NAME)";
10991099
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1121,7 +1121,7 @@
11211121
"$(inherited)",
11221122
"@executable_path/Frameworks",
11231123
);
1124-
MARKETING_VERSION = 1.20.1;
1124+
MARKETING_VERSION = 1.20.2;
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.1",
3+
"version": "1.20.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)