Skip to content

Commit

Permalink
Update for 0.6.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mangstadt committed Jan 7, 2024
1 parent 8ceedf9 commit 5baf97e
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 @@ -79,14 +79,14 @@ String str = Biweekly.write(ical).go();
<dependency>
<groupId>net.sf.biweekly</groupId>
<artifactId>biweekly</artifactId>
<version>0.6.7</version>
<version>0.6.8</version>
</dependency>
```

**Gradle**

```
implementation 'net.sf.biweekly:biweekly:0.6.7'
implementation 'net.sf.biweekly:biweekly:0.6.8'
//use `api` if you are exposing parts of biweekly in your API
```

Expand Down

0 comments on commit 5baf97e

Please sign in to comment.