Compare commits

...

2 Commits

Author SHA1 Message Date
Christian Koop ae41ac0e76
Release v3.3.1 2022-03-18 17:44:39 +01:00
Christian Koop 1f58d73719
Updates to Core v2.6.12 2022-03-18 17:44:24 +01:00
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<groupId>com.songoda</groupId>
<artifactId>EpicHeads</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<build>
<defaultGoal>clean install</defaultGoal>
@ -122,7 +122,7 @@
<dependency>
<groupId>com.songoda</groupId>
<artifactId>SongodaCore</artifactId>
<version>2.6.9</version>
<version>2.6.12</version>
<scope>compile</scope>
</dependency>
</dependencies>