Skip to content

Commit

Permalink
[misc] update readme version
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Oct 20, 2024
1 parent ae8e740 commit a54a87e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ or maven :
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
</dependency>
```

Expand All @@ -48,7 +48,7 @@ Development snapshot are available on sonatype nexus repository
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.4.2-SNAPSHOT</version>
<version>3.5.0-SNAPSHOT</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit a54a87e

Please sign in to comment.