We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d596202 commit b096cb5Copy full SHA for b096cb5
README.md
@@ -132,7 +132,7 @@ With Maven:
132
With Gradle:
133
134
```kts
135
-compileOnly("com.eternalcode:eternalcombat-api:2.4.0")
+compileOnly("com.eternalcode:eternalcombat-api:2.4.1")
136
```
137
138
With Maven:
@@ -142,7 +142,7 @@ With Maven:
142
<dependency>
143
<groupId>com.eternalcode</groupId>
144
<artifactId>eternalcombat-api</artifactId>
145
- <version>2.4.0</version>
+ <version>2.4.1</version>
146
<scope>provided</scope>
147
</dependency>
148
buildSrc/src/main/kotlin/eternalcombat-publish.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group = "com.eternalcode"
7
-version = "2.4.0"
+version = "2.4.1"
8
9
java {
10
withSourcesJar()
0 commit comments