Skip to content

Commit

Permalink
v0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ironhee committed Feb 14, 2022
1 parent 9f93db7 commit 9b67de0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
NodeJS용 아임포트 REST API Client 입니다.

## 버전정보
최신 버전은 [v0.9.10](https://github.com/iamport/rest-client-nodejs/tree/v0.9.10)입니다.
최신 버전은 [v0.9.11](https://github.com/iamport/rest-client-nodejs/tree/v0.9.11)입니다.

## 설치하기
아래 명령어를 통해 `iamport-rest-client-nodejs`를 귀하의 nodeJS 프로젝트에 추가합니다.
Expand Down
2 changes: 1 addition & 1 deletion lib/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const BASE_URL: string = 'https://api.iamport.kr';
export const EXPIRE_BUFFER: number = 30000;
export const USER_AGENT: string = 'iamport-rest-client-nodejs/v0.9.10';
export const USER_AGENT: string = 'iamport-rest-client-nodejs/v0.9.11';
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iamport-rest-client-nodejs",
"version": "0.9.10",
"version": "0.9.11",
"description": "NodeJS용 아임포트 REST API Client 입니다.",
"main": "dist/Iamport.js",
"types": "dist/Iamport.d.ts",
Expand Down Expand Up @@ -48,4 +48,4 @@
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.6.3"
}
}
}

0 comments on commit 9b67de0

Please sign in to comment.