Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Jan 8, 2024
1 parent 72590e2 commit 7c84007
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ try {
}
```

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


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

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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'signing'
apply plugin: "jacoco"
apply plugin: "com.github.breadmoirai.github-release"

version = '0.28.0'
version = '0.28.1'

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 7c84007

Please sign in to comment.