8000 Bump Version · jasync-sql/jasync-sql@6e51622 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e51622

Browse files
DebitCardzoshai
authored andcommitted
Bump Version
1 parent f945a99 commit 6e51622

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,21 @@ 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.7</version>
42+
<version>2.1.8</version>
4343
</dependency>
4444

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

5252
<!-- r2dbc-mysql -->
5353
<dependency>
5454
<groupId>com.github.jasync-sql</groupId>
5555
<artifactId>jasync-r2dbc-mysql</artifactId>
56-
<version>2.1.7</version>
56+
<version>2.1.8</version>
5757
</dependency>
5858
```
5959

@@ -62,9 +62,9 @@ For docs and info see the [wiki](https://github.com/jasync-sql/jasync-sql/wiki).
6262
```gradle
6363
dependencies {
6464
// mysql
65-
compile 'com.github.jasync-sql:jasync-mysql:2.1.7'
65+
compile 'com.github.jasync-sql:jasync-mysql:2.1.8'
6666
// postgresql
67-
compile 'com.github.jasync-sql:jasync-postgresql:2.1.7'
67+
compile 'com.github.jasync-sql:jasync-postgresql:2.1.8'
6868
}
6969
```
7070

0 commit comments

Comments
 (0)
0