Skip to content

Commit

Permalink
0.1.1 버전 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
jangbora committed Aug 22, 2017
1 parent 84711de commit ae8a64b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pom.xml에 아래의 내용을 추가해주세요.
<dependency>
<groupId>com.github.iamport</groupId>
<artifactId>iamport-rest-client-java</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
</dependencies>
```
Expand All @@ -40,4 +40,4 @@ pom.xml에 아래의 내용을 추가해주세요.
- /payments/cancel

## 예제
src/test/java 의 IamportRestTest.java를 참조해주세요
src/test/java 의 IamportRestTest.java를 참조해주세요
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.github.iamport</groupId>
<artifactId>iamport-rest-client</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<packaging>jar</packaging>

<name>IamportRestClient</name>
Expand Down

0 comments on commit ae8a64b

Please sign in to comment.