Skip to content

Commit 1bd977f

Browse files
committed
Bump version
1 parent 010d3b9 commit 1bd977f

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.23.2).
51+
Detailed documentation can be found in the [JavaDoc](http://www.javadoc.io/doc/ch.poole/OpeningHoursParser/0.23.3).
5252

5353

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

6565
``` groovy
6666
dependencies {
67-
compile "ch.poole:OpeningHoursParser:0.23.2"
67+
compile "ch.poole:OpeningHoursParser:0.23.3"
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.23.2'
17+
version = '0.23.3'
1818

1919
java {
2020
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)