Skip to content

Commit a52795d

Browse files
committed
Prepare for next release
1 parent 2178e7f commit a52795d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Copy this dependency into your `pom.xml` file.
1818
</dependency>
1919
```
2020

21-
Version 1.0.1 requires Java 11, version 1.1.0 requires Java 21. No major differences between both (only one more `NullPointerException` pre-check).
21+
Version 1.0.3 requires Java 11, version 1.1.0 requires Java 21. No major differences between both (only one more `NullPointerException` pre-check).
2222

2323
## How to use it
2424

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>ohdear-healthchecks</artifactId>
66
<packaging>jar</packaging>
77
<groupId>net.zileo</groupId>
8-
<version>1.0.4-SNAPSHOT</version>
8+
<version>1.1.0-SNAPSHOT</version>
99

1010
<name>OhDear Health Checks</name>
1111
<description>Bases classes for exposing health check results to OhDear application monitoring service.</description>

0 commit comments

Comments
 (0)