diff --git a/README.md b/README.md
index 1218749..c1070e8 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ repositories {
```groovy
dependencies {
implementation 'org.postgresql:postgresql:42.3.3'
- implementation 'com.github.AlessioCoser:jako:0.1.0'
+ implementation 'com.github.AlessioCoser:jako:0.2.0'
}
```
@@ -36,7 +36,7 @@ dependencies {
```groovy
dependencies {
implementation 'mysql:mysql-connector-java:8.0.15'
- implementation 'com.github.AlessioCoser:jako:0.1.0'
+ implementation 'com.github.AlessioCoser:jako:0.2.0'
}
```
@@ -60,7 +60,7 @@ dependencies {
com.github.AlessioCoser
jako
- 0.1.0
+ 0.2.0
```
- Or add the dependency along with mysql driver
@@ -73,7 +73,7 @@ dependencies {
com.github.AlessioCoser
jako
- 0.1.0
+ 0.2.0
```
diff --git a/build.gradle.kts b/build.gradle.kts
index 3d174e8..ec32ecc 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
`maven-publish`
}
-version = "0.1.0"
+version = "0.2.0"
group = "com.alessiocoser"
repositories {