10000 Update README.md · jasync-sql/jasync-sql@53d7c42 · GitHub
[go: up one dir, main page]

Skip to content

Commit 53d7c42

Browse files
authored
Update README.md
1 parent f74d27a commit 53d7c42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ For docs and info see the [wiki](https://github.com/jasync-sql/jasync-sql/wiki).
3939
<dependency>
4040
<groupId>com.github.jasync-sql</groupId>
4141
<artifactId>jasync-mysql</artifactId>
42-
<version>2.1.6</version>
42+
<version>2.1.7</version>
4343
</dependency>
4444
<!-- postgresql -->
4545
<dependency>
4646
<groupId>com.github.jasync-sql</groupId>
4747
<artifactId>jasync-postgresql</artifactId>
48-
<version>2.1.6</version>
48+
<version>2.1.7</version>
4949
</dependency>
5050
```
5151

@@ -54,9 +54,9 @@ For docs and info see the [wiki](https://github.com/jasync-sql/jasync-sql/wiki).
5454
```gradle
5555
dependencies {
5656
// mysql
57-
compile 'com.github.jasync-sql:jasync-mysql:2.1.6'
57+
compile 'com.github.jasync-sql:jasync-mysql:2.1.7'
5858
// postgresql
59-
compile 'com.github.jasync-sql:jasync-postgresql:2.1.6'
59+
compile 'com.github.jasync-sql:jasync-postgresql:2.1.7'
6060
}
6161
```
6262

0 commit comments

Comments
 (0)
0