[ci skip]Update README.md

This commit is contained in:
ShintoKosei
2024-02-18 17:33:04 +08:00
committed by GitHub
parent fed8624fff
commit c0797d33df

View File

@@ -31,7 +31,7 @@
使用 Gradle: 使用 Gradle:
```kotlin ```kotlin
dependencies { dependencies {
compileOnly("me.earthme.luminol:luminol-api:1.20.2-R0.1-SNAPSHOT") compileOnly("me.earthme.luminol:luminol-api:1.20.4-R0.1-SNAPSHOT")
} }
``` ```
使用 Maven 使用 Maven
@@ -39,7 +39,7 @@ dependencies {
<dependency> <dependency>
<groupId>me.earthme.luminol</groupId> <groupId>me.earthme.luminol</groupId>
<artifactId>luminol-api</artifactId> <artifactId>luminol-api</artifactId>
<version>1.20.2-R0.1-SNAPSHOT</version> <version>1.20.4-R0.1-SNAPSHOT</version>
</dependency> </dependency>
``` ```