Skip to content

Commit e4eb847

Browse files
committed
Release v2.3.0-SNAPSHOT
1 parent f588411 commit e4eb847

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ With Maven:
123123
With Gradle:
124124

125125
```kts
126-
compileOnly("com.eternalcode:eternalcombat-api:2.2.0")
126+
compileOnly("com.eternalcode:eternalcombat-api:2.3.0-SNAPSHOT")
127127
```
128128

129129
With Maven:
@@ -133,7 +133,7 @@ With Maven:
133133
<dependency>
134134
<groupId>com.eternalcode</groupId>
135135
<artifactId>eternalcombat-api</artifactId>
136-
<version>2.2.0</version>
136+
<version>2.3.0-SNAPSHOT</version>
137137
<scope>provided</scope>
138138
</dependency>
139139
```

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ plugins {
33
}
44

55
group = "com.eternalcode"
6-
version = "2.2.0"
6+
version = "2.3.0-SNAPSHOT"
77

88
tasks.compileJava {
99
options.compilerArgs = listOf("-Xlint:deprecation", "-parameters")
1010
options.encoding = "UTF-8"
11-
options.release = 17
11+
options.release = 21
1212
}
1313

1414
java {

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.2.0"
7+
version = "2.3.0-SNAPSHOT"
88

99
java {
1010
withSourcesJar()

0 commit comments

Comments
 (0)