Skip to content

Commit

Permalink
release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
naijun0403 committed Oct 1, 2022
1 parent ec0ccaf commit 35f68f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@
## 1.0.6
1. `Kakao SDK 2.0.0` 호환 패치를 적용하였습니다.

2. 로그인 & 전송 때 발생하던 에러를 수정하였습니다.
2. 로그인 & 전송 때 발생하던 에러를 수정하였습니다.

## 1.0.7
1. 카카오가 다시 로그인 방식 바꾼거 대응
2 changes: 1 addition & 1 deletion src/service/kakao-api-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ exports.KakaoApiService = /** @class */ (function () {
* @return { string }
*/
KakaoApiService.getReleaseVersion = function () {
return "1.1.0-snapshot";
return "1.0.7";
}

/**
Expand Down

0 comments on commit 35f68f3

Please sign in to comment.