Skip to content

Commit 705b04d

Browse files
authored
Update README for 2.1.0
1 parent 89f8a19 commit 705b04d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.0.3</version>
27+
<version>2.1.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.0.3'
34+
implementation group: 'com.kosherjava', name: 'zmanim', version: '2.1.0'
3535
```
3636

3737
License

0 commit comments

Comments
 (0)