diff --git a/README.md b/README.md index ea6ad65..7d3df86 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ on [Maven Central](https://central.sonatype.com/artifact/io.github.orangain/json ```kts dependencies { - testImplementation("io.github.orangain:json-fuzzy-match:0.7.0-alpha1") + testImplementation("io.github.orangain:json-fuzzy-match:0.7.0") } ``` @@ -68,7 +68,7 @@ dependencies { io.github.orangain json-fuzzy-match - 0.7.0-alpha1 + 0.7.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 2407d2d..a65bf59 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } group = "io.github.orangain" -version = "0.7.0-alpha1" +version = "0.7.0" repositories { mavenCentral()