Skip to content

Commit a31a0d0

Browse files
committed
Bump version
1 parent 02c0aaa commit a31a0d0

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
@@ -48,7 +48,7 @@ try {
4848
}
4949
```
5050

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

5353

5454
## Including in your project
@@ -64,7 +64,7 @@ repositories {
6464

6565
``` groovy
6666
dependencies {
67-
compile "ch.poole:OpeningHoursParser:0.24.0"
67+
compile "ch.poole:OpeningHoursParser:0.25.0"
6868
}
6969
```
7070

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.24.0'
17+
version = '0.25.0'
1818

1919
java {
2020
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)