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

Skip to content

Commit a92229e

Browse files
authored
Update README.md
1 parent 83029e5 commit a92229e

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,14 +39,14 @@ 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.2.0</version>
42+
<version>2.2.4</version>
4343
</dependency>
4444

4545
<!-- postgresql -->
4646
<dependency>
4747
<groupId>com.github.jasync-sql</groupId>
4848
<artifactId>jasync-postgresql</artifactId>
49-
<version>2.2.0</version>
49+
<version>2.2.4</version>
5050
</dependency>
5151

5252
```
@@ -56,9 +56,9 @@ For docs and info see the [wiki](https://github.com/jasync-sql/jasync-sql/wiki).
5656
```gradle
5757
dependencies {
5858
// mysql
59-
compile 'com.github.jasync-sql:jasync-mysql:2.2.0'
59+
compile 'com.github.jasync-sql:jasync-mysql:2.2.4'
6060
// postgresql
61-
compile 'com.github.jasync-sql:jasync-postgresql:2.2.0'
61+
compile 'com.github.jasync-sql:jasync-postgresql:2.2.4'
6262
}
6363
```
6464

0 commit comments

Comments
 (0)
0