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 51
51
}
52
52
```
53
53
54
- Detailed documentation can be found in the [ JavaDoc] ( http://www.javadoc.io/doc/ch.poole/OpeningHoursParser/0.27.0 ) .
54
+ Detailed documentation can be found in the [ JavaDoc] ( http://www.javadoc.io/doc/ch.poole/OpeningHoursParser/0.27.1 ) .
55
55
56
56
57
57
## Including in your project
@@ -67,7 +67,7 @@ repositories {
67
67
68
68
``` groovy
69
69
dependencies {
70
- compile "ch.poole:OpeningHoursParser:0.27.0 "
70
+ compile "ch.poole:OpeningHoursParser:0.27.1 "
71
71
}
72
72
```
73
73
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ apply plugin: 'maven-publish'
14
14
apply plugin : ' signing'
15
15
apply plugin : " jacoco"
16
16
17
- version = ' 0.27.0 '
17
+ version = ' 0.27.1 '
18
18
19
19
java {
20
20
sourceCompatibility = JavaVersion . VERSION_1_8
You can’t perform that action at this time.
0 commit comments