Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Jul 24, 2021
1 parent 02c0aaa commit a31a0d0
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.24.0).
Detailed documentation can be found in the [JavaDoc](http://www.javadoc.io/doc/ch.poole/OpeningHoursParser/0.25.0).


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

``` groovy
dependencies {
compile "ch.poole:OpeningHoursParser:0.24.0"
compile "ch.poole:OpeningHoursParser:0.25.0"
}
```

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

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit a31a0d0

Please sign in to comment.