Skip to content

Commit ff53d25

Browse files
committed
build: upgrade to TabooLib 6.3.0-0e96352
1 parent 077be4f commit ff53d25

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ taboolib {
3232
}
3333
}
3434
version {
35-
taboolib = "6.2.4-99fb800"
35+
taboolib = "6.3.0-0e96352"
3636
coroutines = null
3737
}
3838
}
@@ -63,6 +63,7 @@ tasks.withType<JavaCompile> {
6363
}
6464

6565
tasks.processResources {
66+
inputs.property("version", project.version)
6667
filesMatching(listOf("plugin.yml", "paper-plugin.yml")) {
6768
expand("version" to project.version)
6869
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group=com.y54895.matrixstorage
2-
version=1.1.1
3-
matrixlibApiVersion=1.5.1
2+
version=1.1.2
3+
matrixlibApiVersion=1.5.2
44
kotlin.incremental=true
55
kotlin.incremental.java=true
66
kotlin.caching.enabled=true

0 commit comments

Comments
 (0)