Skip to content

Commit

Permalink
Update en and cn README
Browse files Browse the repository at this point in the history
  • Loading branch information
artbits committed Apr 1, 2023
1 parent 178d491 commit f38c561
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {
}
dependencies {
implementation 'com.github.artbits:quickio:1.3.1'
implementation 'com.github.artbits:quickio:1.3.2'
}
```
Maven:
Expand All @@ -39,7 +39,7 @@ Maven:
<dependency>
<groupId>com.github.artbits</groupId>
<artifactId>quickio</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {
}
dependencies {
implementation 'com.github.artbits:quickio:1.3.1'
implementation 'com.github.artbits:quickio:1.3.2'
}
```
Maven:
Expand All @@ -39,7 +39,7 @@ Maven:
<dependency>
<groupId>com.github.artbits</groupId>
<artifactId>quickio</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</dependency>
```

Expand Down

0 comments on commit f38c561

Please sign in to comment.