Skip to content

Commit 24fade5

Browse files
committed
Release v1.3.1
1 parent 4b12968 commit 24fade5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
### Information
1717

18-
EternalCombat has been tested on Minecraft versions 1.17.1 to 1.21, but it should work on most other versions. If you
18+
EternalCombat has been tested on Minecraft versions 1.17.1 to 1.21.1, but it should work on most other versions. If you
1919
encounter any compatibility issues, please report them in the
2020
[Issues tab](https://github.com/EternalCodeTeam/EternalCombat/issues). The plugin requires Java 17 or later, so please
2121
make sure it is installed on your server.
@@ -72,15 +72,15 @@ with Maven:
7272

7373
with Gradle:
7474
```kts
75-
compileOnly("com.eternalcode:eternalcombat-api:1.3.0")
75+
compileOnly("com.eternalcode:eternalcombat-api:1.3.1")
7676
```
7777

7878
with Maven:
7979
```xml
8080
<dependency>
8181
<groupId>com.eternalcode</groupId>
8282
<artifactId>eternalcombat-api</artifactId>
83-
<version>1.3.0</version>
83+
<version>1.3.1</version>
8484
<scope>provided</scope>
8585
</dependency>
8686
```

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ object Versions {
2424
const val CAFFEINE = "3.1.8"
2525

2626
const val B_STATS_BUKKIT = "3.0.2"
27-
const val WORLD_GUARD_BUKKIT = "7.0.10"
27+
const val WORLD_GUARD_BUKKIT = "7.0.9"
2828

2929
const val PLACEHOLDER_API = "2.11.6"
3030

buildSrc/src/main/kotlin/eternalcombat-java.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.eternalcode"
7-
version = "1.3.0"
7+
version = "1.3.1"
88

99
java {
1010
sourceCompatibility = JavaVersion.VERSION_17

buildSrc/src/main/kotlin/eternalcombat-publish.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.eternalcode"
7-
version = "1.3.0"
7+
version = "1.3.1"
88

99
java {
1010
withSourcesJar()

0 commit comments

Comments
 (0)