Update README to reflect cloudflaredns version bump

Updated the Maven dependency version from 0.1.0-beta.1 to 0.1.0-beta.2. This ensures the documentation reflects the latest release for accurate usage.
This commit is contained in:
2025-04-13 19:35:42 +02:00
parent 1bd0a6f963
commit f0bc7b5446
+1 -1
View File
@@ -47,7 +47,7 @@ The dependency is:
<dependency>
<groupId>codes.thischwa</groupId>
<artifactId>cloudflaredns</artifactId>
<version>0.1.0-beta.1</version>
<version>0.1.0-beta.2</version>
</dependency>
```