2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2025-04-20 01:27:07 +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 ## 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 ## Compiling

View File

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