Skip to content

Commit 60b4e6e

Browse files
committed
bump version to 2.5.0-SNAPSHOT for further development.
1 parent b096cb5 commit 60b4e6e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ With Maven:
132132
With Gradle:
133133

134134
```kts
135-
compileOnly("com.eternalcode:eternalcombat-api:2.4.1")
135+
compileOnly("com.eternalcode:eternalcombat-api:2.5.0-SNAPSHOT")
136136
```
137137

138138
With Maven:
@@ -142,7 +142,7 @@ With Maven:
142142
<dependency>
143143
<groupId>com.eternalcode</groupId>
144144
<artifactId>eternalcombat-api</artifactId>
145-
<version>2.4.1</version>
145+
<version>2.5.0-SNAPSHOT</version>
146146
<scope>provided</scope>
147147
</dependency>
148148
```

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

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

55
group = "com.eternalcode"
6-
version = "2.4.1"
6+
version = "2.5.0-SNAPSHOT"
77

88
tasks.compileJava {
99
options.compilerArgs = listOf("-Xlint:deprecation", "-parameters")

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 = "2.4.1"
7+
version = "2.5.0-SNAPSHOT"
88

99
java {
1010
withSourcesJar()

0 commit comments

Comments
 (0)