FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update README.md · CoderBoyBoy/jasync-sql@0eebd51 · GitHub

Commit 0eebd51

Browse files
authored
Update README.md
1 parent b717f3b commit 0eebd51

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ For docs and info see the [wiki](https://github.com/jasync-sql/jasync-sql/wiki).
4141
<dependency>
4242
<groupId>com.github.jasync-sql</groupId>
4343
<artifactId>jasync-mysql</artifactId>
44-
<version>1.1.0</version>
44+
<version>1.1.3</version>
4545
</dependency>
4646
<!-- postgresql -->
4747
<dependency>
4848
<groupId>com.github.jasync-sql</groupId>
4949
<artifactId>jasync-postgresql</artifactId>
50-
<version>1.1.0</version>
50+
<version>1.1.3</version>
5151
</dependency>
5252
```
5353

@@ -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:1.1.0'
59+
compile 'com.github.jasync-sql:jasync-mysql:1.1.3'
6060
// postgresql
61-
compile 'com.github.jasync-sql:jasync-postgresql:1.1.0'
61+
compile 'com.github.jasync-sql:jasync-postgresql:1.1.3'
6262
}
6363
```
6464

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL