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 89f8a19 commit 705b04dCopy full SHA for 705b04d
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.0.3</version>
+ <version>2.1.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.0.3'
+implementation group: 'com.kosherjava', name: 'zmanim', version: '2.1.0'
35
36
37
License
0 commit comments