Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchampions committed Feb 16, 2024
1 parent 82062aa commit ece3fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public class Main implements CommandExecutor, Listener {
<dependency>
<groupId>top.qscraft</groupId>
<artifactId>dodoopenjava</artifactId>
<version>3.2.8-SNAPSHOT</version>
<version>3.2.8</version>
</dependency>
</dependencies>
```
Expand All @@ -150,7 +150,7 @@ public class Main implements CommandExecutor, Listener {
}
dependencies {
implementation 'top.qscraft:dodoopenjava:3.2.8-SNAPSHOT'
implementation 'top.qscraft:dodoopenjava:3.2.8'
}
```
### 教程(过于古老,无参考价值,改日重写)
Expand Down

0 comments on commit ece3fdb

Please sign in to comment.