Skip to content

Commit

Permalink
Update README.md to 2.0.1 v
Browse files Browse the repository at this point in the history
  • Loading branch information
viepovsky committed Dec 17, 2023
1 parent 4d92e10 commit 59f85d3
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 @@ -18,14 +18,14 @@ You can read more about PESEL [**here**](https://en.wikipedia.org/wiki/PESEL)

## Installation

The `PESEL` library is available in the [Maven Central Repository](https://central.sonatype.com/artifact/io.github.viepovsky/pesel/2.0.0/overview).
The `PESEL` library is available in the [Maven Central Repository](https://central.sonatype.com/artifact/io.github.viepovsky/pesel/2.0.1/overview).

### Gradle

To use `PESEL` in a Gradle project, add the following line to your `build.gradle` file:

```java
implementation 'io.github.viepovsky:pesel:2.0.0'
implementation 'io.github.viepovsky:pesel:2.0.1'
```

### Maven
Expand All @@ -36,7 +36,7 @@ To use `PESEL` in a Maven project, add the following code to your `pom.xml` file
<dependency>
<groupId>io.github.viepovsky</groupId>
<artifactId>pesel</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```

Expand Down

0 comments on commit 59f85d3

Please sign in to comment.