We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a671a36 commit 2ad954fCopy full SHA for 2ad954f
README.md
@@ -24,14 +24,14 @@ Add the following to your `pom.xml` file:
24
<dependency>
25
<groupId>com.kosherjava</groupId>
26
<artifactId>zmanim</artifactId>
27
- <version>2.4.0</version>
+ <version>2.5.0</version>
28
</dependency>
29
```
30
31
#### Gradle
32
Add the following to your `build.gradle` file:
33
```groovy
34
-implementation group: 'com.kosherjava', name: 'zmanim', version: '2.4.0'
+implementation group: 'com.kosherjava', name: 'zmanim', version: '2.5.0'
35
36
37
License
0 commit comments