Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Dec 22, 2023
1 parent 3e179e4 commit 0950a11
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 @@ -51,7 +51,7 @@ try {
}
```

Detailed documentation can be found in the [JavaDoc](http://www.javadoc.io/doc/ch.poole/OpeningHoursParser/0.27.1).
Detailed documentation can be found in the [JavaDoc](http://www.javadoc.io/doc/ch.poole/OpeningHoursParser/0.28.0).


## Including in your project
Expand All @@ -67,7 +67,7 @@ repositories {

``` groovy
dependencies {
compile "ch.poole:OpeningHoursParser:0.27.1"
compile "ch.poole:OpeningHoursParser:0.28.0"
}
```

Expand Down

0 comments on commit 0950a11

Please sign in to comment.