Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vLuckyyy committed Jul 16, 2024
1 parent d18b2f0 commit 0620f7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.20.6, but it should work on most other versions. If you
EternalCombat has been tested on Minecraft versions 1.17.1 to 1.21, 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.2.2")
compileOnly("com.eternalcode:eternalcombat-api:1.3.0")
```

with Maven:
```xml
<dependency>
<groupId>com.eternalcode</groupId>
<artifactId>eternalcombat-api</artifactId>
<version>1.2.2</version>
<version>1.3.0</version>
<scope>provided</scope>
</dependency>
```
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.2.2"
version = "1.3.0"

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.2.2"
version = "1.3.0"

java {
withSourcesJar()
Expand Down

0 comments on commit 0620f7f

Please sign in to comment.