Merge branch 'development'

This commit is contained in:
Christian Koop 2022-07-30 21:36:07 +02:00
commit 49682b819d
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3

View File

@ -6,7 +6,7 @@
<groupId>com.songoda</groupId> <groupId>com.songoda</groupId>
<artifactId>EpicAnchors</artifactId> <artifactId>EpicAnchors</artifactId>
<version>2.2.1</version> <version>2.2.3</version>
<name>EpicAnchors</name> <name>EpicAnchors</name>
<description>Allow your players to keep chunks loaded for a limited amount of time for a cost.</description> <description>Allow your players to keep chunks loaded for a limited amount of time for a cost.</description>
@ -142,7 +142,7 @@
<dependency> <dependency>
<groupId>com.songoda</groupId> <groupId>com.songoda</groupId>
<artifactId>SongodaCore</artifactId> <artifactId>SongodaCore</artifactId>
<version>2.6.13</version> <version>2.6.14-DEV</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>