1 parent 3fb5f91 commit a918cbcCopy full SHA for a918cbc
2 files changed
README.md
@@ -52,7 +52,7 @@ try {
52
}
53
```
54
55
-Detailed documentation can be found in the [JavaDoc](http://www.javadoc.io/doc/ch.poole/OpeningHoursParser/0.28.1).
+Detailed documentation can be found in the [JavaDoc](http://www.javadoc.io/doc/ch.poole/OpeningHoursParser/0.28.2).
56
57
58
## Including in your project
@@ -68,7 +68,7 @@ repositories {
68
69
``` groovy
70
dependencies {
71
- compile "ch.poole:OpeningHoursParser:0.28.1"
+ compile "ch.poole:OpeningHoursParser:0.28.2"
72
73
74
build.gradle
@@ -26,7 +26,7 @@ apply plugin: 'signing'
26
apply plugin: "jacoco"
27
apply plugin: "com.github.breadmoirai.github-release"
28
29
-version = '0.28.1'
+version = '0.28.2'
30
31
java {
32
sourceCompatibility = JavaVersion.VERSION_1_8
0 commit comments