We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c294a0a commit ffd5eb1Copy full SHA for ffd5eb1
README.md
@@ -3,7 +3,7 @@
3
Simple Java API for MySQL
4
5
## Installation
6
-
+**Notice** Version can be changed. You see the last version in the badge on top of this site
7
### Maven
8
```XML
9
<repositories>
@@ -17,7 +17,7 @@ Simple Java API for MySQL
17
<dependency>
18
<groupId>com.github.Tallerik</groupId>
19
<artifactId>MySQL-API</artifactId>
20
- <version>2.0.0</version>
+ <version>2.0.1</version>
21
</dependency>
22
</dependencies>
23
```
@@ -31,7 +31,7 @@ allprojects {
31
}
32
33
dependencies {
34
- implementation 'com.github.Tallerik:MySQL-API:2.0.0'
+ implementation 'com.github.Tallerik:MySQL-API:2.0.1'
35
36
37
0 commit comments