Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Aug 18, 2023
1 parent 196949b commit c8ced28
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 @@ -51,7 +51,7 @@ try {
}
```

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


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

``` groovy
dependencies {
compile "ch.poole:OpeningHoursParser:0.27.0"
compile "ch.poole:OpeningHoursParser:0.27.1"
}
```

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.27.0'
version = '0.27.1'

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit c8ced28

Please sign in to comment.