Skip to content

Commit

Permalink
RELEASE 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Coser committed Jun 27, 2023
1 parent be5e15b commit 16554a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ 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'
}
```

- Or add the dependency along with mysql driver
```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'
}
```

Expand All @@ -60,7 +60,7 @@ dependencies {
<dependency>
<groupId>com.github.AlessioCoser</groupId>
<artifactId>jako</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
```
- Or add the dependency along with mysql driver
Expand All @@ -73,7 +73,7 @@ dependencies {
<dependency>
<groupId>com.github.AlessioCoser</groupId>
<artifactId>jako</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
`maven-publish`
}

version = "0.1.0"
version = "0.2.0"
group = "com.alessiocoser"

repositories {
Expand Down

0 comments on commit 16554a3

Please sign in to comment.