Skip to content

Commit

Permalink
v0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ironhee committed Feb 14, 2022
1 parent ebea959 commit 9f93db7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.9](https://github.com/iamport/rest-client-nodejs/tree/v0.9.9)입니다.
최신 버전은 [v0.9.10](https://github.com/iamport/rest-client-nodejs/tree/v0.9.10)입니다.

## 설치하기
아래 명령어를 통해 `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.9';
export const USER_AGENT: string = 'iamport-rest-client-nodejs/v0.9.10';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iamport-rest-client-nodejs",
"version": "0.9.9",
"version": "0.9.10",
"description": "NodeJS용 아임포트 REST API Client 입니다.",
"main": "dist/Iamport.js",
"types": "dist/Iamport.d.ts",
Expand Down

0 comments on commit 9f93db7

Please sign in to comment.