We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c0c1c commit 78c86a1Copy full SHA for 78c86a1
1 file changed
README.md
@@ -27,13 +27,13 @@ Maven
27
<dependency>
28
<groupId>io.github.kloping</groupId>
29
<artifactId>bot-qqpd-java</artifactId>
30
- <version>1.5.2-L3</version>
+ <version>1.5.2</version>
31
</dependency>
32
```
33
34
Gradle
35
36
- implementation 'io.github.kloping:bot-qqpd-java:1.5.2-L3'
+ implementation 'io.github.kloping:bot-qqpd-java:1.5.2'
37
38
### 使用前提
39
0 commit comments