[ci skip]Updated README.md and README_EN.md

This commit is contained in:
MrHua269
2024-08-04 10:05:40 +08:00
parent 190e5e094a
commit b56f9723e7
2 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@
```kotlin
dependencies {
compileOnly("me.earthme.luminol:luminol-api:1.20.6-R0.1-SNAPSHOT")
compileOnly("me.earthme.luminol:luminol-api:1.21-R0.1-SNAPSHOT")
}
```
@@ -42,7 +42,7 @@ dependencies {
<dependency>
<groupId>me.earthme.luminol</groupId>
<artifactId>luminol-api</artifactId>
<version>1.20.6-R0.1-SNAPSHOT</version>
<version>1.21-R0.1-SNAPSHOT</version>
</dependency>
```

View File

@@ -33,7 +33,7 @@ For gradle:
```kotlin
dependencies {
compileOnly("me.earthme.luminol:luminol-api:1.20.6-R0.1-SNAPSHOT")
compileOnly("me.earthme.luminol:luminol-api:1.21-R0.1-SNAPSHOT")
}
```
@@ -43,7 +43,7 @@ For maven
<dependency>
<groupId>me.earthme.luminol</groupId>
<artifactId>luminol-api</artifactId>
<version>1.20.6-R0.1-SNAPSHOT</version>
<version>1.21-R0.1-SNAPSHOT</version>
</dependency>
```