Skip to content

Commit

Permalink
Version 8.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinDaGame authored Jan 21, 2023
1 parent da8b7ea commit b4fc55e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/voxel-core.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ java {
}

group = "com.github.kevindagame"
version = "8.4.2"
version = "8.4.3"
//java.sourceCompatibility = JavaVersion.VERSION_16

tasks.withType<JavaCompile> {
Expand Down Expand Up @@ -93,4 +93,4 @@ publishing {
from(components["java"])
}
}
}
}

0 comments on commit b4fc55e

Please sign in to comment.