From 092551ae616345e2a4137d8dc07e55eca2909e6f Mon Sep 17 00:00:00 2001 From: orangain Date: Sun, 21 Jul 2024 20:04:10 +0900 Subject: [PATCH] Release 0.7.0 --- README.md | 4 ++-- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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()