Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Change version
  • Loading branch information
kyungwon-lee authored and eomiso committed Oct 16, 2023
1 parent d7387db commit e42c732
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Dependency를 추가합니다.

```css
dependencies {
implementation 'com.github.zaikorea:zaiclient-java:v3.1.1'
implementation 'com.github.zaikorea:zaiclient-java:v3.1.2'
}
```

Expand All @@ -58,7 +58,7 @@ Dependency를 추가합니다.

```css
dependencies {
implementation("com.github.zaikorea:zaiclient-java:v3.1.1")
implementation("com.github.zaikorea:zaiclient-java:v3.1.2")
}
```

Expand All @@ -81,6 +81,6 @@ dependencies {
<dependency>
<groupId>com.github.zaikorea</groupId>
<artifactId>zaiclient-java</artifactId>
<version>v3.1.1</version>
<version>v3.1.2</version>
</dependency>
```

0 comments on commit e42c732

Please sign in to comment.