Skip to content

Commit a18be8c

Browse files
authored
Merge pull request #43 from orangain/release-0.7.0
Release 0.7.0
2 parents cc697be + 092551a commit a18be8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ on [Maven Central](https://central.sonatype.com/artifact/io.github.orangain/json
5757

5858
```kts
5959
dependencies {
60-
testImplementation("io.github.orangain:json-fuzzy-match:0.7.0-alpha1")
60+
testImplementation("io.github.orangain:json-fuzzy-match:0.7.0")
6161
}
6262
```
6363

@@ -68,7 +68,7 @@ dependencies {
6868
<dependency>
6969
<groupId>io.github.orangain</groupId>
7070
<artifactId>json-fuzzy-match</artifactId>
71-
<version>0.7.0-alpha1</version>
71+
<version>0.7.0</version>
7272
</dependency>
7373
</dependencies>
7474
```

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "io.github.orangain"
13-
version = "0.7.0-alpha1"
13+
version = "0.7.0"
1414

1515
repositories {
1616
mavenCentral()

0 commit comments

Comments
 (0)