Skip to content

Commit 7e7fad7

Browse files
committed
bump version for release
1 parent 10c8273 commit 7e7fad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import java.net.URI
77

88
// define the gav coordinates of this project
99
group = "net.scrayos"
10-
version = "0.8.3-SNAPSHOT"
10+
version = "0.8.3"
1111
description = "Xenos Client (Kotlin/Java)"
1212

1313
// hook the plugins for the builds
@@ -37,7 +37,7 @@ dependencies {
3737
// add coroutines for our coroutine-based communication
3838
implementation(libs.kotlin.coroutines.core)
3939

40-
// compile against the slf4j API for logging
40+
// compile against the SLF4J API for logging
4141
compileOnly(libs.slf4j)
4242

4343
// specify test dependencies

0 commit comments

Comments
 (0)