Update version format in README dependency example

Corrected the version format to match standard semantic versioning. This ensures consistency and avoids potential confusion for users copying the dependency snippet.
This commit is contained in:
2025-04-12 20:22:03 +02:00
parent 694965d6ec
commit 49a1d51ce8
+1 -3
View File
@@ -1,6 +1,6 @@
# CloudflareDNS-java
[![Build and Test](https://github.com/th-schwarz/CloudflareDNS-java/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/th-schwarz/CloudflareDNS-java/actions/workflows/build-and-test.yml) ![GitHub License](https://img.shields.io/github/license/th-schwarz/CloudflareDNS-java)
![GitLab Pipeline Status](https://gitlab.com/thischwa/CloudflareDNS-java/badges/develop/pipeline.svg)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=thischwa_CloudflareDNS-java&metric=alert_status&token=1e0791f87b2eb3b9783c2ae7de08dbf724ea15f5)](https://sonarcloud.io/summary/new_code?id=thischwa_CloudflareDNS-java)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=thischwa_CloudflareDNS-java&metric=security_rating&token=1e0791f87b2eb3b9783c2ae7de08dbf724ea15f5)](https://sonarcloud.io/summary/new_code?id=thischwa_CloudflareDNS-java)
@@ -8,8 +8,6 @@
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=thischwa_CloudflareDNS-java&metric=ncloc&token=1e0791f87b2eb3b9783c2ae7de08dbf724ea15f5)](https://sonarcloud.io/summary/new_code?id=thischwa_CloudflareDNS-java)
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=thischwa_CloudflareDNS-java&metric=code_smells&token=1e0791f87b2eb3b9783c2ae7de08dbf724ea15f5)](https://sonarcloud.io/summary/new_code?id=thischwa_CloudflareDNS-java)
Give it a try! [![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/th-schwarz/CloudflareDNS-java?include_prereleases)](https://github.com/th-schwarz/CloudflareDNS-java/releases)
## Preface
This project provides a java client for minimalistic access to the Cloudflare API, which is mainly used for managing DNS settings such as creating, updating and deleting DNS records.