Skip to content

Commit 2ad954f

Browse files
authored
Update README.md to latest release version
Updated the version from 2.4.0 to 2.5.0.
1 parent a671a36 commit 2ad954f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Add the following to your `pom.xml` file:
2424
<dependency>
2525
<groupId>com.kosherjava</groupId>
2626
<artifactId>zmanim</artifactId>
27-
<version>2.4.0</version>
27+
<version>2.5.0</version>
2828
</dependency>
2929
```
3030

3131
#### Gradle
3232
Add the following to your `build.gradle` file:
3333
```groovy
34-
implementation group: 'com.kosherjava', name: 'zmanim', version: '2.4.0'
34+
implementation group: 'com.kosherjava', name: 'zmanim', version: '2.5.0'
3535
```
3636

3737
License

0 commit comments

Comments
 (0)