Skip to content

Commit a918cbc

Browse files
committed
Bump version
1 parent 3fb5f91 commit a918cbc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ try {
5252
}
5353
```
5454

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

5757

5858
## Including in your project
@@ -68,7 +68,7 @@ repositories {
6868

6969
``` groovy
7070
dependencies {
71-
compile "ch.poole:OpeningHoursParser:0.28.1"
71+
compile "ch.poole:OpeningHoursParser:0.28.2"
7272
}
7373
```
7474

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'signing'
2626
apply plugin: "jacoco"
2727
apply plugin: "com.github.breadmoirai.github-release"
2828

29-
version = '0.28.1'
29+
version = '0.28.2'
3030

3131
java {
3232
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)