We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57bfc12 + b7630f8 commit 66a493bCopy full SHA for 66a493b
2 files changed
spenttime-api/build.gradle.kts
@@ -1,7 +1,7 @@
1
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
2
3
group = "com.github.imdmk.spenttime.api"
4
-version = "2.0.3"
+version = "2.0.4"
5
6
dependencies {
7
compileOnly("org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT")
spenttime-plugin/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
}
group = "com.github.imdmk.spenttime.plugin"
8
9
10
repositories {
11
maven { url = uri("https://repo.eternalcode.pl/releases") }
0 commit comments