2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2025-04-19 09:07:06 +00:00

preparing for snapshot 0.7.0

This commit is contained in:
mohammed jasem alaajel 2021-06-25 05:12:08 +04:00
parent 16720487f0
commit aeeb38f3c8
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ This is currently deployed on [Govindas Limework!](https://Limework.net)
## Notice: about older versions of redis than redis 6.2
As of now Version 0.6.4-SNAPSHOT is only supporting redis 6.2 and above!
As of now Version 0.7.0-SNAPSHOT is only supporting redis 6.2 and above!
## Compiling

View File

@ -6,7 +6,7 @@
<groupId>com.imaginarycode.minecraft</groupId>
<artifactId>RedisBungee</artifactId>
<version>0.6.4-SNAPSHOT</version>
<version>0.7.0-SNAPSHOT</version>
<repositories>
@ -123,7 +123,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>