Skip to content

Commit 08cfe7c

Browse files
committed
Release v2.3.0
1 parent ed30d43 commit 08cfe7c

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
@@ -123,7 +123,7 @@ With Maven:
123123
With Gradle:
124124

125125
```kts
126-
compileOnly("com.eternalcode:eternalcombat-api:2.3.0-SNAPSHOT")
126+
compileOnly("com.eternalcode:eternalcombat-api:2.3.0")
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.3.0-SNAPSHOT</version>
136+
<version>2.3.0</version>
137137
<scope>provided</scope>
138138
</dependency>
139139
```

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

99
java {
1010
withSourcesJar()

0 commit comments

Comments
 (0)