Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Jun 10, 2021
1 parent 010d3b9 commit 1bd977f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ try {
}
```

Detailed documentation can be found in the [JavaDoc](http://www.javadoc.io/doc/ch.poole/OpeningHoursParser/0.23.2).
Detailed documentation can be found in the [JavaDoc](http://www.javadoc.io/doc/ch.poole/OpeningHoursParser/0.23.3).


## Including in your project
Expand All @@ -64,7 +64,7 @@ repositories {

``` groovy
dependencies {
compile "ch.poole:OpeningHoursParser:0.23.2"
compile "ch.poole:OpeningHoursParser:0.23.3"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'maven-publish'
apply plugin: 'signing'
apply plugin: "jacoco"

version = '0.23.2'
version = '0.23.3'

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 1bd977f

Please sign in to comment.