Skip to content

Commit

Permalink
Update README for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KosherJava authored Nov 27, 2020
1 parent 89f8a19 commit 705b04d
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 @@ -24,14 +24,14 @@ Add the following to your `pom.xml` file:
<dependency>
<groupId>com.kosherjava</groupId>
<artifactId>zmanim</artifactId>
<version>2.0.3</version>
<version>2.1.0</version>
</dependency>
```

#### Gradle
Add the following to your `build.gradle` file:
```groovy
implementation group: 'com.kosherjava', name: 'zmanim', version: '2.0.3'
implementation group: 'com.kosherjava', name: 'zmanim', version: '2.1.0'
```

License
Expand Down

0 comments on commit 705b04d

Please sign in to comment.