Update README.md

This commit is contained in:
mohammed Alteniji 2022-06-30 15:03:16 +04:00 committed by GitHub
parent 2391692dd3
commit d7c8544b99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ then to import for bungeecord use:
<dependency>
<groupId>com.imaginarycode.minecraft</groupId>
<artifactId>RedisBungee-Bungee</artifactId>
<version>0.7.2-SNAPSHOT</version>
<version>VERSION</version>
<scope>provided</scope>
</dependency>
```
@ -53,7 +53,7 @@ then add this in your dependencies
<dependency>
<groupId>com.github.limework.redisbungee</groupId>
<artifactId>RedisBungee-Bungee</artifactId>
<version>0.7.2</version>
<version>VERSION</version>
<scope>provided</scope>
</dependency>