1 parent 02c0aaa commit a31a0d0Copy full SHA for a31a0d0
2 files changed
README.md
@@ -48,7 +48,7 @@ try {
48
}
49
```
50
51
-Detailed documentation can be found in the [JavaDoc](http://www.javadoc.io/doc/ch.poole/OpeningHoursParser/0.24.0).
+Detailed documentation can be found in the [JavaDoc](http://www.javadoc.io/doc/ch.poole/OpeningHoursParser/0.25.0).
52
53
54
## Including in your project
@@ -64,7 +64,7 @@ repositories {
64
65
``` groovy
66
dependencies {
67
- compile "ch.poole:OpeningHoursParser:0.24.0"
+ compile "ch.poole:OpeningHoursParser:0.25.0"
68
69
70
build.gradle
@@ -14,7 +14,7 @@ apply plugin: 'maven-publish'
14
apply plugin: 'signing'
15
apply plugin: "jacoco"
16
17
-version = '0.24.0'
+version = '0.25.0'
18
19
java {
20
sourceCompatibility = JavaVersion.VERSION_1_8
0 commit comments