Skip to content

Commit

Permalink
Release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vLuckyyy committed Aug 11, 2024
1 parent 4b12968 commit 24fade5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### Information

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

with Gradle:
```kts
compileOnly("com.eternalcode:eternalcombat-api:1.3.0")
compileOnly("com.eternalcode:eternalcombat-api:1.3.1")
```

with Maven:
```xml
<dependency>
<groupId>com.eternalcode</groupId>
<artifactId>eternalcombat-api</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<scope>provided</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object Versions {
const val CAFFEINE = "3.1.8"

const val B_STATS_BUKKIT = "3.0.2"
const val WORLD_GUARD_BUKKIT = "7.0.10"
const val WORLD_GUARD_BUKKIT = "7.0.9"

const val PLACEHOLDER_API = "2.11.6"

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/eternalcombat-java.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.eternalcode"
version = "1.3.0"
version = "1.3.1"

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/eternalcombat-publish.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.eternalcode"
version = "1.3.0"
version = "1.3.1"

java {
withSourcesJar()
Expand Down

0 comments on commit 24fade5

Please sign in to comment.