File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 52
52
}
53
53
```
54
54
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 ) .
56
56
57
57
58
58
## Including in your project
@@ -68,7 +68,7 @@ repositories {
68
68
69
69
``` groovy
70
70
dependencies {
71
- compile "ch.poole:OpeningHoursParser:0.28.1 "
71
+ compile "ch.poole:OpeningHoursParser:0.28.2 "
72
72
}
73
73
```
74
74
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'signing'
26
26
apply plugin : " jacoco"
27
27
apply plugin : " com.github.breadmoirai.github-release"
28
28
29
- version = ' 0.28.1 '
29
+ version = ' 0.28.2 '
30
30
31
31
java {
32
32
sourceCompatibility = JavaVersion . VERSION_1_8
You can’t perform that action at this time.
0 commit comments