Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aminography authored Dec 29, 2021
1 parent 8aa1c7a commit 6b24a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add the following lines to your `build.gradle` file:

```gradle
dependencies {
implementation 'com.aminography:primecalendar:1.4.0'
implementation 'com.aminography:primecalendar:1.4.1'
}
```

Expand All @@ -39,7 +39,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.aminography</groupId>
<artifactId>primecalendar</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit 6b24a42

Please sign in to comment.