Skip to content

Commit 077be4f

Browse files
committed
chore: release 1.1.1
1 parent e5c95af commit 077be4f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ tasks.withType<JavaCompile> {
6262
options.encoding = "UTF-8"
6363
}
6464

65+
tasks.processResources {
66+
filesMatching(listOf("plugin.yml", "paper-plugin.yml")) {
67+
expand("version" to project.version)
68+
}
69+
}
70+
6571
tasks.withType<DokkaTask>().configureEach {
6672
moduleName.set("MatrixStorage API")
6773
dokkaSourceSets.configureEach {

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.0
3-
matrixlibApiVersion=1.5.0
2+
version=1.1.1
3+
matrixlibApiVersion=1.5.1
44
kotlin.incremental=true
55
kotlin.incremental.java=true
66
kotlin.caching.enabled=true

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: MatrixStorage
22
main: com.y54895.matrixstorage.taboolib.platform.BukkitPlugin
3-
version: 1.0.0
3+
version: ${version}
44
authors:
55
- '54895y'
66
depend:

0 commit comments

Comments
 (0)