Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orangain committed Jul 21, 2024
1 parent cc697be commit 092551a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
```

Expand All @@ -68,7 +68,7 @@ dependencies {
<dependency>
<groupId>io.github.orangain</groupId>
<artifactId>json-fuzzy-match</artifactId>
<version>0.7.0-alpha1</version>
<version>0.7.0</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "io.github.orangain"
version = "0.7.0-alpha1"
version = "0.7.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 092551a

Please sign in to comment.