Skip to content

Commit

Permalink
Updated version on the README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
castmart committed Jul 5, 2023
1 parent 1c5ff8b commit 8fdf39e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ For the status of the translations, please check the [iso codes](https://github.
<dependency>
<groupId>io.github.castmart</groupId>
<artifactId>jcountry</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
```
```kotlin
// Gradle Kotlin
implementation("io.github.castmart:jcountry:0.0.1")
implementation("io.github.castmart:jcountry:0.0.2")
```
```java
// Gradle short
implementation 'io.github.castmart:jcountry:0.0.1'
implementation 'io.github.castmart:jcountry:0.0.2'
```
## How to use it?
```java
Expand Down

0 comments on commit 8fdf39e

Please sign in to comment.