Skip to content

Commit c8ced28

Browse files
committed
Bump version
1 parent 196949b commit c8ced28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ try {
5151
}
5252
```
5353

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).
5555

5656

5757
## Including in your project
@@ -67,7 +67,7 @@ repositories {
6767

6868
``` groovy
6969
dependencies {
70-
compile "ch.poole:OpeningHoursParser:0.27.0"
70+
compile "ch.poole:OpeningHoursParser:0.27.1"
7171
}
7272
```
7373

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ apply plugin: 'maven-publish'
1414
apply plugin: 'signing'
1515
apply plugin: "jacoco"
1616

17-
version = '0.27.0'
17+
version = '0.27.1'
1818

1919
java {
2020
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)