We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc697be + 092551a commit a18be8cCopy full SHA for a18be8c
README.md
@@ -57,7 +57,7 @@ on [Maven Central](https://central.sonatype.com/artifact/io.github.orangain/json
57
58
```kts
59
dependencies {
60
- testImplementation("io.github.orangain:json-fuzzy-match:0.7.0-alpha1")
+ testImplementation("io.github.orangain:json-fuzzy-match:0.7.0")
61
}
62
```
63
@@ -68,7 +68,7 @@ dependencies {
68
<dependency>
69
<groupId>io.github.orangain</groupId>
70
<artifactId>json-fuzzy-match</artifactId>
71
- <version>0.7.0-alpha1</version>
+ <version>0.7.0</version>
72
</dependency>
73
</dependencies>
74
build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
11
12
group = "io.github.orangain"
13
-version = "0.7.0-alpha1"
+version = "0.7.0"
14
15
repositories {
16
mavenCentral()
0 commit comments