Skip to content

Commit d274c70

Browse files
authored
Update Readme with latest version (#106)
Motivation: Released 1.0.1 Modifications: Replace 1.0.0 to 1.0.1 Result: up-to-date
1 parent 26896f9 commit d274c70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ However, Docker-certified images do not have these versions lower than 5.5.0, so
4343
<dependency>
4444
<groupId>io.asyncer</groupId>
4545
<artifactId>r2dbc-mysql</artifactId>
46-
<version>1.0.0</version>
46+
<version>1.0.1</version>
4747
</dependency>
4848
```
4949

@@ -53,7 +53,7 @@ However, Docker-certified images do not have these versions lower than 5.5.0, so
5353

5454
```groovy
5555
dependencies {
56-
implementation 'io.asyncer:r2dbc-mysql:1.0.0'
56+
implementation 'io.asyncer:r2dbc-mysql:1.0.1'
5757
}
5858
```
5959

@@ -62,7 +62,7 @@ dependencies {
6262
```kotlin
6363
dependencies {
6464
// Maybe should to use `compile` instead of `implementation` on the lower version of Gradle.
65-
implementation("io.asyncer:r2dbc-mysql:1.0.0")
65+
implementation("io.asyncer:r2dbc-mysql:1.0.1")
6666
}
6767
```
6868

0 commit comments

Comments
 (0)