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 48
48
}
49
49
```
50
50
51
- Detailed documentation can be found in the [ JavaDoc] ( http://www.javadoc.io/doc/ch.poole/OpeningHoursParser/0.24 .0 ) .
51
+ Detailed documentation can be found in the [ JavaDoc] ( http://www.javadoc.io/doc/ch.poole/OpeningHoursParser/0.25 .0 ) .
52
52
53
53
54
54
## Including in your project
@@ -64,7 +64,7 @@ repositories {
64
64
65
65
``` groovy
66
66
dependencies {
67
- compile "ch.poole:OpeningHoursParser:0.24 .0"
67
+ compile "ch.poole:OpeningHoursParser:0.25 .0"
68
68
}
69
69
```
70
70
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.24 .0'
17
+ version = ' 0.25 .0'
18
18
19
19
java {
20
20
sourceCompatibility = JavaVersion . VERSION_1_8
You can’t perform that action at this time.
0 commit comments